Skip to content

Commit

Permalink
Update the list of miscategorized actions in the unit tests - fixes #86
Browse files Browse the repository at this point in the history
… (#87)

* Update the list of miscategorized actions in the unit tests

* Run python black to reformat code
  • Loading branch information
Peter Bardon committed Jan 7, 2021
1 parent 53cc5bd commit 9da596b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions policyuniverse/tests/test_action_categories.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ def test_actions_for_category(self):
"imagebuilder:getcomponentpolicy",
"imagebuilder:getimagepolicy",
"imagebuilder:getimagerecipepolicy",
"signer:listprofilepermissions",
"monitron:listprojectadminusers",
}: # miscategorized AWS actions
continue

Expand Down Expand Up @@ -90,6 +92,8 @@ def test_actions_for_category(self):
"redshift:getclustercredentials",
"states:getactivitytask",
"quicksight:describecustompermissions",
"cloudshell:getfiledownloadurls",
"cloudshell:getfileuploadurls",
}: # miscategorized AWS actions
continue
self.assertFalse(":get" in action)
Expand Down

0 comments on commit 9da596b

Please sign in to comment.