From 3bf8683cdda9b16337df459d8ddd014cd2fd81cb Mon Sep 17 00:00:00 2001 From: Pearl Dsilva Date: Tue, 15 Mar 2022 17:29:37 +0530 Subject: [PATCH] Travis - fix test failures observed --- tools/marvin/marvin/cloudstackException.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/marvin/marvin/cloudstackException.py b/tools/marvin/marvin/cloudstackException.py index 57f9b037ac97..a5cd72e80d85 100644 --- a/tools/marvin/marvin/cloudstackException.py +++ b/tools/marvin/marvin/cloudstackException.py @@ -73,7 +73,7 @@ class CloudstackAclException(): NO_PERMISSION_TO_OPERATE_DOMAIN = "does not have permission to operate within domain" UNABLE_TO_USE_NETWORK = "Unable to use network" - NO_PERMISSION_TO_OPERATE_ACCOUNT = "does not have permission to operate with resource Acct" + NO_PERMISSION_TO_OPERATE_ACCOUNT = "does not have permission to operate with resource" UNABLE_TO_LIST_NETWORK_ACCOUNT = "Can't create/list resources for account" NO_PERMISSION_TO_ACCESS_ACCOUNT = "does not have permission to access resource Acct" NOT_AVAILABLE_IN_DOMAIN = "not available in domain"