Skip to content

Commit 08b57a3

Browse files
committed
Fix tests
1 parent f3f7f4c commit 08b57a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_verification.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from rest_framework import status
22
from rest_framework.authtoken.models import Token
3-
from rest_framework.test import APITestCase, force_authenticate
3+
from rest_framework.test import APITestCase
44
from django.contrib.auth import get_user_model
55
from drfpasswordless.settings import api_settings, DEFAULTS
66
from drfpasswordless.utils import CallbackToken

0 commit comments

Comments
 (0)