Skip to content

Commit 9754645

Browse files
committed
tests: fix user password cardinality
1 parent fd8a5ac commit 9754645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core/test_profile_settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def test_password_reset_email_failed(SMTP, smtpd, testclient, backend, logged_ad
265265
family_name="Temp",
266266
user_name="temp",
267267
emails=["[email protected]"],
268-
password=["correct horse battery staple"],
268+
password="correct horse battery staple",
269269
)
270270
u.save()
271271

0 commit comments

Comments
 (0)