Skip to content

Commit 8092f45

Browse files
committed
fixes tests
1 parent 955362c commit 8092f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/tests/unit/with_dbs/03/login/test_login_reset_password.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ async def test_blocked_user(
204204
]
205205

206206
assert any(
207-
message.startswith("Password reset initiated") and expected_msg[:50] in message
207+
message.startswith("Password reset initiated") and expected_msg[:10] in message
208208
for message in logged_warnings
209209
), f"Missing warning in {logged_warnings}"
210210

0 commit comments

Comments
 (0)