forked from TrueCloudLab/frostfs-testlib
[#274] Fix iam_attach_group_policy function
This commit is contained in:
parent
ea60c2104a
commit
54b42e2d8d
2 changed files with 2 additions and 2 deletions
|
@ -975,7 +975,7 @@ class AwsCliClient(S3ClientWrapper):
|
|||
response = self._to_json(output)
|
||||
|
||||
assert response.get("Policy"), f"Expected Policy in response:\n{response}"
|
||||
assert response["Policy"].get("PolicyName") == policy_name, f"PolicyName should be equal to {policy_name}"
|
||||
assert response["Policy"].get("Arn") == policy_arn, f"PolicyArn should be equal to {policy_arn}"
|
||||
|
||||
return response
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue