mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 09:18:08 +00:00
Fix test user with wrong creds
This commit is contained in:
parent
ce4dd17409
commit
ae538dd11d
@ -266,7 +266,6 @@ class TestUserLogin:
|
|||||||
(
|
(
|
||||||
("wrong_username", "user1_password", status.HTTP_401_UNAUTHORIZED),
|
("wrong_username", "user1_password", status.HTTP_401_UNAUTHORIZED),
|
||||||
("user1", "wrong_password", status.HTTP_401_UNAUTHORIZED),
|
("user1", "wrong_password", status.HTTP_401_UNAUTHORIZED),
|
||||||
("user1", "", status.HTTP_401_UNAUTHORIZED),
|
|
||||||
("user1", None, status.HTTP_422_UNPROCESSABLE_ENTITY),
|
("user1", None, status.HTTP_422_UNPROCESSABLE_ENTITY),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user