Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
javydekoning authored Apr 19, 2023
1 parent 9e17685 commit d15e949
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def test_pipeline_generation_fails_if_pipeline_type_is_not_specified(mock):
stack_input = {"pipeline_input": {"params": {}}}
stack_input["pipeline_input"]["name"] = "test-stack"
stack_input["pipeline_input"]["params"]["pipeline_type"] = "fail"
app = core.App()
app = App()
with pytest.raises(ValueError):
pipeline_stack = PipelineStack(app, stack_input)
mock.assert_not_called()
Expand Down

0 comments on commit d15e949

Please sign in to comment.