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 2302860 commit 652de35Copy full SHA for 652de35
1 file changed
backend/tests/api/routes/test_login.py
@@ -51,6 +51,7 @@ def test_recovery_password(
51
with (
52
patch("app.core.config.settings.SMTP_HOST", "smtp.example.com"),
53
patch("app.core.config.settings.SMTP_USER", "admin@example.com"),
54
+ patch("app.core.config.settings.EMAILS_FROM_EMAIL", "noreply@example.com"),
55
):
56
email = "test@example.com"
57
r = client.post(
0 commit comments