Skip to content

Commit 75b5417

Browse files
authored
Travis - fix test failures observed (#6119)
1 parent 6ff378f commit 75b5417

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/marvin/marvin/cloudstackException.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class CloudstackAclException():
7373

7474
NO_PERMISSION_TO_OPERATE_DOMAIN = "does not have permission to operate within domain"
7575
UNABLE_TO_USE_NETWORK = "Unable to use network"
76-
NO_PERMISSION_TO_OPERATE_ACCOUNT = "does not have permission to operate with resource Acct"
76+
NO_PERMISSION_TO_OPERATE_ACCOUNT = "does not have permission to operate with resource"
7777
UNABLE_TO_LIST_NETWORK_ACCOUNT = "Can't create/list resources for account"
7878
NO_PERMISSION_TO_ACCESS_ACCOUNT = "does not have permission to access resource Acct"
7979
NOT_AVAILABLE_IN_DOMAIN = "not available in domain"

0 commit comments

Comments
 (0)