We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9412886 commit 0ea4f4fCopy full SHA for 0ea4f4f
backend/app/tests/api/routes/test_login.py
@@ -72,9 +72,7 @@ def test_recovery_password_user_not_exits(
72
assert r.status_code == 404
73
74
75
-def test_reset_password(
76
- client: TestClient, db: Session
77
-) -> None:
+def test_reset_password(client: TestClient, db: Session) -> None:
78
email = random_email()
79
password = random_lower_string()
80
new_password = random_lower_string()
0 commit comments