Skip to content

Commit

Permalink
Update pkg/runner/runner_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan (hackercat) <[email protected]>
  • Loading branch information
Markcial and Ryan (hackercat) committed Dec 3, 2021
1 parent ac87ace commit 6b57110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/runner/runner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ func TestRunWithService(t *testing.T) {
runner, err := New(runnerConfig)
assert.Nil(t, err, workflowPath)

planner, err := model.NewWorkflowPlanner(fmt.Sprintf("testdata/%s", workflowPath), false)
planner, err := model.NewWorkflowPlanner(fmt.Sprintf("testdata/%s", workflowPath), true)
assert.Nil(t, err, workflowPath)

plan := planner.PlanEvent(eventName)
Expand Down

0 comments on commit 6b57110

Please sign in to comment.