removed APIClient dupe

This commit is contained in:
Daniel Stanton 2017-01-26 19:11:07 +00:00
parent eb2684fd2e
commit ad61169dfa

View File

@ -20,7 +20,6 @@ from .test_base import BaseAPITestCase
from .settings import REST_FRAMEWORK_KNOX
client = APIClient()
@override_settings(ROOT_URLCONF="tests.urls")
class APITestCase1(TestCase, BaseAPITestCase):
"""