Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelGeo committed Feb 26, 2025
1 parent 6d90ce7 commit d80814d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/mergin/tests/test_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def test_logout(client):
201,
), # tests with upper case, but user does not exist
("test.com", "#pwd1234", 400), # invalid email
("[email protected]", "#pwd1234", 400), # existing user
("[email protected]", "#pwd1234", 201), # some random admin with diff email,
(
" [email protected] ",
"#pwd1234",
Expand Down

0 comments on commit d80814d

Please sign in to comment.