fixed tf-test (#4653)

This commit is contained in:
Macwan Nevil 2021-12-04 21:24:06 +05:30 committed by GitHub
parent 1f82aed4e9
commit afc467785d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -47,7 +47,10 @@ class MalformedPolicyDocument(RESTError):
def __init__(self, message=""):
super(MalformedPolicyDocument, self).__init__(
"MalformedPolicyDocument", message
"MalformedPolicyDocument",
message,
xmlns=XMLNS_IAM,
template="wrapped_single_error",
)

View File

@ -119,4 +119,5 @@ TestAccAWSENI_IPv6
TestAccAWSENI_disappears
TestAccAWSS3BucketObject_
TestAccAWSIAMPolicy_
TestAccAWSIAMGroup_
TestAccAWSIAMGroup_
TestAccAWSIAMRolePolicy