From 321e94fa41b121f65c02119c02098df327bbd569 Mon Sep 17 00:00:00 2001 From: za Date: Thu, 27 Oct 2016 14:53:39 +0700 Subject: Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. --- tests/auth_tests/test_forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auth_tests/test_forms.py') 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 -- cgit v1.3