mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
style: restore spacing in test_helpers
This commit is contained in:
parent
359843c60f
commit
051323166d
1 changed files with 1 additions and 0 deletions
|
|
@ -946,6 +946,7 @@ class LockoutResponseTestCase(AxesTestCase):
|
|||
response = get_lockout_response(request=self.request)
|
||||
self.assertEqual(type(response), HttpResponse)
|
||||
|
||||
|
||||
def mock_get_cool_off_str(req):
|
||||
return timedelta(seconds=30)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue