summaryrefslogtreecommitdiff
path: root/openstack_dashboard/test/helpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/test/helpers.py')
-rw-r--r--openstack_dashboard/test/helpers.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/openstack_dashboard/test/helpers.py b/openstack_dashboard/test/helpers.py
index 324810ced..c73888542 100644
--- a/openstack_dashboard/test/helpers.py
+++ b/openstack_dashboard/test/helpers.py
@@ -534,9 +534,6 @@ class PluginTestCase(TestCase):
self.old_horizon_config = conf.HORIZON_CONFIG
conf.HORIZON_CONFIG = conf.LazySettings()
base.Horizon._urls()
- # Trigger discovery, registration, and URLconf generation if it
- # hasn't happened yet.
- self.client.get("/")
# Store our original dashboards
self._discovered_dashboards = base.Horizon._registry.keys()
# Gather up and store our original panels for each dashboard