Skip to content

Commit daa0801

Browse files
alexecCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Alex Collins <alexec@users.noreply.github.com>
1 parent 47a7f17 commit daa0801

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ func TestRunWorkflowFailureIsActionable(t *testing.T) {
187187

188188
stdout := &bytes.Buffer{}
189189
stderr := &bytes.Buffer{}
190-
exitCode := run([]string{"-C", tempDir, "job"}, stdout, stderr)
190+
exitCode := run([]string{"-C", tempDir, "-p", "0", "job"}, stdout, stderr)
191191

192192
assert.Equal(t, 1, exitCode)
193193
assert.Contains(t, stdout.String(), "kit: startup: workflow engine for software development")

0 commit comments

Comments
 (0)