Skip to content

Commit 0ea4f4f

Browse files
committed
Format
1 parent 9412886 commit 0ea4f4f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

backend/app/tests/api/routes/test_login.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ def test_recovery_password_user_not_exits(
7272
assert r.status_code == 404
7373

7474

75-
def test_reset_password(
76-
client: TestClient, db: Session
77-
) -> None:
75+
def test_reset_password(client: TestClient, db: Session) -> None:
7876
email = random_email()
7977
password = random_lower_string()
8078
new_password = random_lower_string()

0 commit comments

Comments
 (0)