Skip to content

Commit 16bd435

Browse files
committed
fix test user email
1 parent 39e8a6e commit 16bd435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def test_recovery_password(
5252
patch("app.core.config.settings.SMTP_HOST", "smtp.example.com"),
5353
patch("app.core.config.settings.SMTP_USER", "[email protected]"),
5454
):
55-
55+
email = settings.EMAIL_TEST_USER
5656
r = client.post(
5757
f"{settings.API_V1_STR}/password-recovery/{email}",
5858
headers=normal_user_token_headers,

0 commit comments

Comments
 (0)