1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00

cleanup roles in sts test

fixes #491
This commit is contained in:
geemus 2018-11-06 12:28:59 -06:00
parent 09846da17b
commit 00b5e34675

View file

@ -23,4 +23,6 @@ Shindo.tests('AWS::STS | assume role with web identity', ['aws']) do
tests("#assume_role_with_web_identity('#{@role['Arn']}', '#{@token}', 'fog')").formats(@response_format) do
@sts.assume_role_with_web_identity(@role['Arn'], @token, 'fog', :iam => @iam).body
end
@iam.roles.get('sts').destroy
end