diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-17 17:58:14 -0700 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-17 17:58:14 -0700 |
| commit | 65750b83523870851008e804364121f8c458fc2d (patch) | |
| tree | 4fc24535f85f84c69e64c6eac654294725d906df /django/contrib/auth/tests/test_views.py | |
| parent | 65d1d65d52a87bba22845bcb7c3c921a8789ec19 (diff) | |
| parent | bab9123daa5d05150951f74183906a76d2b0cf27 (diff) | |
Merge pull request #1768 from alasdairnicol/ticket_21268
Fixed #21268 -- Fixed E303 pep8 warnings
Diffstat (limited to 'django/contrib/auth/tests/test_views.py')
| -rw-r--r-- | django/contrib/auth/tests/test_views.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/contrib/auth/tests/test_views.py b/django/contrib/auth/tests/test_views.py index d9a848bdd2..dc2e985248 100644 --- a/django/contrib/auth/tests/test_views.py +++ b/django/contrib/auth/tests/test_views.py @@ -198,7 +198,6 @@ class PasswordResetTest(AuthViewsTestCase): self.assertEqual(len(mail.outbox), 0) self.assertEqual(len(logger_calls), 1) - def _test_confirm_start(self): # Start by creating the email self.client.post('/password_reset/', {'email': 'staffmember@example.com'}) |
