mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-07-07 20:53:04 +03:00
removed APIClient dupe
This commit is contained in:
parent
eb2684fd2e
commit
ad61169dfa
|
@ -20,7 +20,6 @@ from .test_base import BaseAPITestCase
|
||||||
from .settings import REST_FRAMEWORK_KNOX
|
from .settings import REST_FRAMEWORK_KNOX
|
||||||
|
|
||||||
|
|
||||||
client = APIClient()
|
|
||||||
@override_settings(ROOT_URLCONF="tests.urls")
|
@override_settings(ROOT_URLCONF="tests.urls")
|
||||||
class APITestCase1(TestCase, BaseAPITestCase):
|
class APITestCase1(TestCase, BaseAPITestCase):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user