summaryrefslogtreecommitdiff
path: root/heatclient/tests/unit/test_shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'heatclient/tests/unit/test_shell.py')
-rw-r--r--heatclient/tests/unit/test_shell.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/heatclient/tests/unit/test_shell.py b/heatclient/tests/unit/test_shell.py
index a4230f0..c27b907 100644
--- a/heatclient/tests/unit/test_shell.py
+++ b/heatclient/tests/unit/test_shell.py
@@ -3782,7 +3782,6 @@ class ShellTestManageService(ShellBase):
self.m.ReplayAll()
e = self.assertRaises(exc.HTTPException,
self.shell, "service-list")
- self.m.VerifyAll()
self.assertIn(message, str(e))
def test_service_list(self):
@@ -3808,7 +3807,6 @@ class ShellTestManageService(ShellBase):
self.m.ReplayAll()
services_text = self.shell('service-list')
- self.m.VerifyAll()
required = [
'hostname', 'binary', 'engine_id', 'host',