Skip to content

Commit

Permalink
test: Fix ReportOutputs test. Fixes argoproj#11879
Browse files Browse the repository at this point in the history
Signed-off-by: Garett MacGowan <garettsoftware@gmail.com>
  • Loading branch information
Garett-MacGowan committed Oct 31, 2023
1 parent 7b058ca commit 65bd7dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workflow/executor/executor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -580,8 +580,9 @@ func TestReportOutputs(t *testing.T) {
}

ctx := context.Background()
we.ReportOutputs(ctx, artifacts)
err := we.ReportOutputs(ctx, artifacts)

assert.Equal(t, err, nil)
assert.Empty(t, we.errors)
})

Expand Down

0 comments on commit 65bd7dd

Please sign in to comment.