Skip to content

Commit

Permalink
Remove unused argument when revoking bucket access (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
calumabarnett authored Jan 10, 2020
1 parent 7986940 commit d9ef133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api/test_aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ def test_revoke_bucket_access_when_no_role(iam):
role = iam.Role(role_name)
role.load()

aws.revoke_bucket_access(role_name, bucket_arn, [])
aws.revoke_bucket_access(role_name, bucket_arn)


def test_create_group(iam, settings):
Expand Down

0 comments on commit d9ef133

Please sign in to comment.