summaryrefslogtreecommitdiff
path: root/tests/auth_tests/test_deprecated_views.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auth_tests/test_deprecated_views.py')
-rw-r--r--tests/auth_tests/test_deprecated_views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auth_tests/test_deprecated_views.py b/tests/auth_tests/test_deprecated_views.py
index ba43140ebe..be3b990494 100644
--- a/tests/auth_tests/test_deprecated_views.py
+++ b/tests/auth_tests/test_deprecated_views.py
@@ -191,7 +191,7 @@ class PasswordResetTest(AuthViewsTestCase):
self.assertContains(response, "The password reset link was invalid")
def test_confirm_invalid_user(self):
- # We get a 200 response for a non-existent user, not a 404
+ # We get a 200 response for a nonexistent user, not a 404
response = self.client.get('/reset/123456/1-1/')
self.assertContains(response, "The password reset link was invalid")