Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
("admin@example.com", "#pwd1234", 400), # existing user
("admin@example.com", "#pwd1234", 201), # some random admin with diff email,
(
" tests@test.com ",
"#pwd1234",
Expand Down
Loading