aboutsummaryrefslogtreecommitdiffstats
path: root/tests/panels/test_profiling.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/panels/test_profiling.py')
-rw-r--r--tests/panels/test_profiling.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/panels/test_profiling.py b/tests/panels/test_profiling.py
index 4e01073..f6bb7d3 100644
--- a/tests/panels/test_profiling.py
+++ b/tests/panels/test_profiling.py
@@ -43,7 +43,6 @@ class ProfilingPanelTestCase(BaseTestCase):
profiling.DJ_PROFILE_USE_LINE_PROFILER = _use_line_profiler
-
@override_settings(DEBUG=True,
DEBUG_TOOLBAR_PANELS=['debug_toolbar.panels.profiling.ProfilingDebugPanel'])
class ProfilingPanelIntegrationTestCase(TestCase):