diff options
Diffstat (limited to 'tests/auth_tests/test_forms.py')
| -rw-r--r-- | tests/auth_tests/test_forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auth_tests/test_forms.py b/tests/auth_tests/test_forms.py index 8d656bd6f9..cc77288f56 100644 --- a/tests/auth_tests/test_forms.py +++ b/tests/auth_tests/test_forms.py @@ -745,7 +745,7 @@ class PasswordResetFormTest(TestDataMixin, TestCase): def test_inactive_user(self): """ - Test that inactive user cannot receive password reset email. + Inactive user cannot receive password reset email. """ (user, username, email) = self.create_dummy_user() user.is_active = False |
