diff --git a/rest_auth/tests/test_social.py b/rest_auth/tests/test_social.py index 622ba0e..2919c5e 100644 --- a/rest_auth/tests/test_social.py +++ b/rest_auth/tests/test_social.py @@ -36,7 +36,6 @@ facebook_resp_body = { } - @override_settings(ROOT_URLCONF="tests.urls") class TestSocialAuth(TestsMixin, TestCase):