From 0368d63a78b07e794138a65216b91eadbb47fc2f Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 10 Sep 2016 18:38:28 -0400 Subject: [PATCH] Fixed indentation in previous commit. --- tests/auth_tests/test_forms.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, '' )