Travis - fix test failures observed (#6119)
diff --git a/tools/marvin/marvin/cloudstackException.py b/tools/marvin/marvin/cloudstackException.py
index 57f9b03..a5cd72e 100644
--- a/tools/marvin/marvin/cloudstackException.py
+++ b/tools/marvin/marvin/cloudstackException.py
@@ -73,7 +73,7 @@
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"