aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_integration.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_integration.py')
-rw-r--r--tests/test_integration.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_integration.py b/tests/test_integration.py
index 1885b35..19cb77a 100644
--- a/tests/test_integration.py
+++ b/tests/test_integration.py
@@ -19,8 +19,6 @@ rf = RequestFactory()
@override_settings(DEBUG=True)
class DebugToolbarTestCase(BaseTestCase):
- urls = 'tests.urls'
-
def test_show_toolbar(self):
self.assertTrue(show_toolbar(self.request))
@@ -77,8 +75,6 @@ class DebugToolbarTestCase(BaseTestCase):
@override_settings(DEBUG=True)
class DebugToolbarIntegrationTestCase(TestCase):
- urls = 'tests.urls'
-
def test_middleware(self):
response = self.client.get('/execute_sql/')
self.assertEqual(response.status_code, 200)