Remove last JWT related includes

This commit is contained in:
Georg Krause 2021-04-28 11:34:57 +02:00
parent ecc2cc57ae
commit 3231573047
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 0 additions and 5 deletions

View File

@ -1,9 +1,4 @@
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(
factories, preferences, client, mocker