From ada1375def3ad6e1411ddb933ef6c230d5737110 Mon Sep 17 00:00:00 2001 From: Marc Date: Tue, 4 May 2021 11:24:25 +0200 Subject: [PATCH] Update pkg/runner/runner_test.go Co-authored-by: Ryan (hackercat) --- pkg/runner/runner_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/runner/runner_test.go b/pkg/runner/runner_test.go index 066a5ccb61a..8cbe40c3fdc 100644 --- a/pkg/runner/runner_test.go +++ b/pkg/runner/runner_test.go @@ -208,7 +208,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)