diff --git a/tests/ci/osresources.py b/tests/ci/osresources.py index b4ba8912..5ef477ec 100755 --- a/tests/ci/osresources.py +++ b/tests/ci/osresources.py @@ -352,8 +352,8 @@ class Murano(ResourceManager): REQUIRED_SERVICE = consts.Service.MURANO - def list_enviroments(self): - return self.client.enviroment.list() + def list_environments(self): + return self.client.environments.list() def list_packages(self): return self.client.packages.list(include_disabled=True)