Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 12, 2024
1 parent ebaa4f1 commit 95b8b55
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,9 +377,7 @@ def test_cancel_update_sends_correct_request(self, mock_wait_for_completion):

@patch("sceptre.plan.actions.StackActions.create")
@patch("sceptre.plan.actions.StackActions._get_status")
def test_launch_with_stack_that_does_not_exist(
self, mock_get_status, mock_create
):
def test_launch_with_stack_that_does_not_exist(self, mock_get_status, mock_create):
mock_get_status.side_effect = StackDoesNotExistError()
mock_create.return_value = sentinel.launch_response
response = self.actions.launch()
Expand Down

0 comments on commit 95b8b55

Please sign in to comment.