Remove AXES_REST_FRAMEWORK_ACTIVE flag from test

This commit is contained in:
I0x4dI 2020-03-10 12:42:06 +07:00 committed by Aleksi Häkli
parent 0c87ca8a6d
commit 40b9ccf378

View file

@ -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):