diff --git a/tests/auth_tests/test_forms.py b/tests/auth_tests/test_forms.py index 28a40db852..19f0f4521c 100644 --- a/tests/auth_tests/test_forms.py +++ b/tests/auth_tests/test_forms.py @@ -240,8 +240,8 @@ class UserCreationFormTest(TestDataMixin, TestCase): {'NAME': 'django.contrib.auth.password_validation.UserAttributeSimilarityValidator'}, ]) def test_password_help_text(self): - form = UserCreationForm() - self.assertEqual( + form = UserCreationForm() + self.assertEqual( form.fields['password1'].help_text, '