diff options
Diffstat (limited to 'openstack_dashboard/dashboards/admin/info/tests.py')
-rw-r--r-- | openstack_dashboard/dashboards/admin/info/tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openstack_dashboard/dashboards/admin/info/tests.py b/openstack_dashboard/dashboards/admin/info/tests.py index da86b241b..c839d098c 100644 --- a/openstack_dashboard/dashboards/admin/info/tests.py +++ b/openstack_dashboard/dashboards/admin/info/tests.py @@ -72,7 +72,6 @@ class SystemInfoViewTests(test.BaseAdminViewTests): '<Service: ec2>', '<Service: metering>', '<Service: orchestration>', - '<Service: database>', ]) self.mox.VerifyAll() |