Skip to content

Commit

Permalink
Revert unwanted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
harminius committed Nov 29, 2024
1 parent bd0c344 commit 62d9336
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions server/mergin/tests/test_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,6 @@ def test_logout(client):
400,
), # tests with upper case, but email already exists
("XmerginX", " mergin@mergin.com ", "#pwd123", 400), # invalid password
(
"mergin4",
"invalid\360@email.com",
"#pwd1234",
400,
), # non-ascii character in the email
]


Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Migrage project version author name to user.id
Revision ID: 1ab5b02ce532
Revises: 1c23e3be03a3
Revises: 57d0de13ce4a
Create Date: 2024-09-06 14:01:40.668483
"""
Expand Down

0 comments on commit 62d9336

Please sign in to comment.