Skip to content

Commit

Permalink
Remove AXES_REST_FRAMEWORK_ACTIVE flag from test
Browse files Browse the repository at this point in the history
  • Loading branch information
I0x4dI authored and aleksihakli committed Mar 10, 2020
1 parent 0c87ca8 commit 40b9ccf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion axes/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,6 @@ def test_default_get_client_username(self):

self.assertEqual(expected, actual)

@override_settings(AXES_REST_FRAMEWORK_ACTIVE=True)
def test_default_get_client_username_drf(self):
class DRFRequest:
def __init__(self):
Expand Down

0 comments on commit 40b9ccf

Please sign in to comment.