Skip to content

Commit

Permalink
test_openstack_version14 -> test_openstack_version15
Browse files Browse the repository at this point in the history
Change-Id: I155a00e46762b6710baf30f47bf19730e0be1238
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
  • Loading branch information
collivier committed Mar 13, 2023
1 parent 3698211 commit 98889ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functest/tests/unit/utils/test_functest_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def test_openstack_version14(self, *args):

@mock.patch('functest.utils.functest_utils.get_nova_version',
return_value=(2, 89))
def test_openstack_version14(self, *args):
def test_openstack_version15(self, *args):
cloud = mock.Mock()
self.assertEqual(functest_utils.get_openstack_version(
cloud), "Xena")
Expand Down

0 comments on commit 98889ad

Please sign in to comment.