Skip to content

Commit

Permalink
rm commented out test case
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwojcik committed Jun 7, 2024
1 parent fb084fc commit f2d7dc4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ def test_successful_login(
("email", "username", False, "username"),
("email", "email", False, "username"),
("username", "username", True, "email"),
# ("username", "email", True, "username"),
("email", "email", True, "username"),
("username", "email", True, "email"),
("email", "username", True, "username"),
Expand Down

0 comments on commit f2d7dc4

Please sign in to comment.