aboutsummaryrefslogtreecommitdiffstats
path: root/tests/panels
diff options
context:
space:
mode:
Diffstat (limited to 'tests/panels')
-rw-r--r--tests/panels/test_profiling.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/panels/test_profiling.py b/tests/panels/test_profiling.py
index 6a7823e..fc76a39 100644
--- a/tests/panels/test_profiling.py
+++ b/tests/panels/test_profiling.py
@@ -10,8 +10,6 @@ from django.test.utils import override_settings
DEBUG_TOOLBAR_PANELS=['debug_toolbar.panels.profiling.ProfilingDebugPanel'])
class ProfilingPanelIntegrationTestCase(TestCase):
- urls = 'tests.urls'
-
def test_view_executed_once(self):
self.assertEqual(User.objects.count(), 0)