fixed tf-test (#4653)
This commit is contained in:
parent
1f82aed4e9
commit
afc467785d
@ -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",
|
||||
)
|
||||
|
||||
|
||||
|
@ -119,4 +119,5 @@ TestAccAWSENI_IPv6
|
||||
TestAccAWSENI_disappears
|
||||
TestAccAWSS3BucketObject_
|
||||
TestAccAWSIAMPolicy_
|
||||
TestAccAWSIAMGroup_
|
||||
TestAccAWSIAMGroup_
|
||||
TestAccAWSIAMRolePolicy
|
Loading…
Reference in New Issue
Block a user