Skip to content

Commit

Permalink
tests: fix user password cardinality
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Nov 22, 2023
1 parent fd8a5ac commit 9754645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/test_profile_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def test_password_reset_email_failed(SMTP, smtpd, testclient, backend, logged_ad
family_name="Temp",
user_name="temp",
emails=["[email protected]"],
password=["correct horse battery staple"],
password="correct horse battery staple",
)
u.save()

Expand Down

0 comments on commit 9754645

Please sign in to comment.