Skip to content

Commit 3bb0c67

Browse files
committed
Fixed lint issue.
Signed-off-by: Wang, Wayne <Wayne.Wang@fmr.com>
1 parent 0c5b6aa commit 3bb0c67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/argo/commands/lint_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ spec:
276276
defer func() { logrus.StandardLogger().ExitFunc = nil }()
277277
var fatal bool
278278
logrus.StandardLogger().ExitFunc = func(int) { fatal = true }
279-
runLint(context.Background(), []string{workflowMultiDocsPath}, true, nil, "pretty", false)
279+
err = runLint(context.Background(), []string{workflowMultiDocsPath}, true, nil, "pretty", false)
280280

281281
require.NoError(t, err)
282282
assert.False(t, fatal, "should not have exited")

0 commit comments

Comments
 (0)