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 955362c commit 8092f45Copy full SHA for 8092f45
services/web/server/tests/unit/with_dbs/03/login/test_login_reset_password.py
@@ -204,7 +204,7 @@ async def test_blocked_user(
204
]
205
206
assert any(
207
- message.startswith("Password reset initiated") and expected_msg[:50] in message
+ message.startswith("Password reset initiated") and expected_msg[:10] in message
208
for message in logged_warnings
209
), f"Missing warning in {logged_warnings}"
210
0 commit comments