Remove last JWT related includes
This commit is contained in:
parent
ecc2cc57ae
commit
3231573047
|
@ -1,9 +1,4 @@
|
||||||
from django.urls import reverse
|
from django.urls import reverse
|
||||||
from rest_framework_jwt.settings import api_settings
|
|
||||||
|
|
||||||
jwt_payload_handler = api_settings.JWT_PAYLOAD_HANDLER
|
|
||||||
jwt_encode_handler = api_settings.JWT_ENCODE_HANDLER
|
|
||||||
|
|
||||||
|
|
||||||
def test_can_authenticate_using_oauth_token_param_in_url(
|
def test_can_authenticate_using_oauth_token_param_in_url(
|
||||||
factories, preferences, client, mocker
|
factories, preferences, client, mocker
|
||||||
|
|
Loading…
Reference in New Issue