We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f7f4c commit 08b57a3Copy full SHA for 08b57a3
tests/test_verification.py
@@ -1,6 +1,6 @@
1
from rest_framework import status
2
from rest_framework.authtoken.models import Token
3
-from rest_framework.test import APITestCase, force_authenticate
+from rest_framework.test import APITestCase
4
from django.contrib.auth import get_user_model
5
from drfpasswordless.settings import api_settings, DEFAULTS
6
from drfpasswordless.utils import CallbackToken
0 commit comments