Skip to content

Commit

Permalink
Fix console printing duplicate missing actions (#14)
Browse files Browse the repository at this point in the history
Signed-off-by: Mahendra Korepu <[email protected]>
  • Loading branch information
mahendra-rk authored Aug 18, 2021
1 parent 27aa797 commit a47a990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdpctl/validation/aws_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def simulate_policy(

if len(missing_actions) > 0:
pytest.fail(
missing_actions_message.format(missing_actions),
missing_actions_message.format(set(missing_actions)),
False,
)

Expand Down

0 comments on commit a47a990

Please sign in to comment.