pull/1906/head
grossmj 3 years ago
parent b1b3338e3c
commit ad7d8e2e7d

@ -1,4 +1,3 @@
pydantic==1.8.1
uvicorn==0.13.4
fastapi==0.63.0
websockets==8.1

@ -235,7 +235,7 @@ class TestUserLogin:
(
("wrong_username", "user1_password", status.HTTP_401_UNAUTHORIZED),
("user1", "wrong_password", status.HTTP_401_UNAUTHORIZED),
("user1", None, status.HTTP_401_UNAUTHORIZED),
("user1", None, status.HTTP_422_UNPROCESSABLE_ENTITY),
),
)
async def test_user_with_wrong_creds_doesnt_receive_token(

Loading…
Cancel
Save