Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
  • Loading branch information
codeboten committed May 14, 2024
1 parent 429f887 commit 90e4518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/log_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func TestLogProcessor(t *testing.T) {
}{
{
name: "no processor",
wantErr: errors.New("unsupported log processor type {<nil> <nil>}"),
wantErr: errors.New("unsupported log processor type {<nil> <nil> <nil>}"),
},
{
name: "multiple processor types",
Expand Down

0 comments on commit 90e4518

Please sign in to comment.