diff --git a/cinderclient/tests/v1/test_shell.py b/cinderclient/tests/v1/test_shell.py index a7e6f1e18..ddb669f35 100644 --- a/cinderclient/tests/v1/test_shell.py +++ b/cinderclient/tests/v1/test_shell.py @@ -347,7 +347,7 @@ class ShellTest(utils.TestCase): self.assert_called('PUT', '/os-services/disable', {"binary": "cinder-volume", "host": "host"}) - def test_service_disable(self): + def test_service_enable(self): self.run_command('service-enable host cinder-volume') self.assert_called('PUT', '/os-services/enable', {"binary": "cinder-volume", "host": "host"})