Skip to content

Commit

Permalink
issue #259 - add test to ensure no duplicates in required IAM policy
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Mar 11, 2017
1 parent 6d2fc54 commit f71b0d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions awslimitchecker/tests/test_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,7 @@ def test_get_required_iam_policy(self):
self.mock_svc1.required_iam_permissions.return_value = [
'ec2:foo',
'ec2:bar',
'foo:perm1'
]
self.mock_svc2.required_iam_permissions.return_value = [
'foo:perm1',
Expand Down

0 comments on commit f71b0d0

Please sign in to comment.