Merge "[Bug: 2141401] Change in NSX backend response Modity/delete response message nows includes enterprise admin"

This commit is contained in:
Zuul 2018-06-20 13:28:30 +00:00 committed by Gerrit Code Review
commit 46534ec70c
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ LOG = logging.getLogger(__name__)
class TestCertificateMgmt(manager.NetworkScenarioTest):
error_msg = ["Principal \'admin\'",
"attempts to delete or modify an object it doesn't own"]
error_msg = ["Principal \'admin\' with role \'[enterprise_admin]\'",
"attempts to delete or modify an object"]
@classmethod
def skip_checks(cls):