Travis - fix test failures observed (#6119)

This commit is contained in:
Pearl Dsilva 2022-03-16 15:33:14 +05:30 committed by GitHub
parent 6ff378f6a3
commit 75b54171ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"