mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Remove AXES_REST_FRAMEWORK_ACTIVE flag from test
This commit is contained in:
parent
0c87ca8a6d
commit
40b9ccf378
1 changed files with 0 additions and 1 deletions
|
|
@ -400,7 +400,6 @@ class UsernameTestCase(AxesTestCase):
|
|||
|
||||
self.assertEqual(expected, actual)
|
||||
|
||||
@override_settings(AXES_REST_FRAMEWORK_ACTIVE=True)
|
||||
def test_default_get_client_username_drf(self):
|
||||
class DRFRequest:
|
||||
def __init__(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue