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 536db42 commit 0368d63Copy full SHA for 0368d63
tests/auth_tests/test_forms.py
@@ -240,8 +240,8 @@ def test_password_whitespace_not_stripped(self):
240
{'NAME': 'django.contrib.auth.password_validation.UserAttributeSimilarityValidator'},
241
])
242
def test_password_help_text(self):
243
- form = UserCreationForm()
244
- self.assertEqual(
+ form = UserCreationForm()
+ self.assertEqual(
245
form.fields['password1'].help_text,
246
'<ul><li>Your password can't be too similar to your other personal information.</li></ul>'
247
)
0 commit comments