Skip to content

Commit

Permalink
Give functional tests DeleteChangesets perms (cloudtools#519)
Browse files Browse the repository at this point in the history
Needed for DeleteChangeset operations after a changeset has not been
submitted.
  • Loading branch information
phobologic authored Dec 24, 2017
1 parent 6070de0 commit 63c5e85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stacker/tests/fixtures/mock_blueprints.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def create_template(self):
Action=[
awacs.cloudformation.DescribeChangeSet,
awacs.cloudformation.ExecuteChangeSet,
awacs.cloudformation.DeleteChangeSet,
]),
Statement(
Effect="Deny",
Expand Down

0 comments on commit 63c5e85

Please sign in to comment.