diff --git a/tests/test_cli.py b/tests/test_cli.py index 18a1435..6aad2c9 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -60,7 +60,7 @@ class CliTestCase(unittest.TestCase): @patch("openstack.connect") - def _test_openstack(self, os_connect): + def test_openstack(self, os_connect): # Mock openstack calls os_connect.return_value = MockConnection( images=[OS_IMAGE_1], flavors=[OS_FLAVOR_1]