From 4e17d07164283c0b475a8e6dddf57cce8baf818f Mon Sep 17 00:00:00 2001 From: Luke Burden Date: Wed, 21 Aug 2019 13:19:16 -0700 Subject: [PATCH] Fix whitespace issue --- rest_auth/tests/test_social.py | 1 - 1 file changed, 1 deletion(-) 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):