mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-11 00:53:12 +00:00
Fix failing test.
I think I'm just ensuring test coverage is not reduced now.
This commit is contained in:
parent
ddfd53d678
commit
90bf691e17
1 changed files with 1 additions and 1 deletions
|
|
@ -376,7 +376,7 @@ class AccessAttemptTest(TestCase):
|
|||
response = self._login(is_valid_username=True, is_valid_password=True)
|
||||
self.assertEqual(response.status_code, 302)
|
||||
|
||||
response = self.client.get(admin_login)
|
||||
response = self.client.get(reverse('admin:index'))
|
||||
self.assertEqual(response.status_code, 200)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue