Skip to content

Commit

Permalink
Increase code coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Anja Strunk <[email protected]>
  • Loading branch information
anjastrunk committed Apr 29, 2024
1 parent 2386cbc commit 5f38d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 5f38d35

Please sign in to comment.