Skip to content

Commit

Permalink
Fix otelcol test
Browse files Browse the repository at this point in the history
  • Loading branch information
songy23 committed Feb 12, 2024
1 parent 5eefe12 commit 1fdd05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otelcol/unmarshaler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func TestPipelineConfigUnmarshalError(t *testing.T) {
},
},
}),
expectError: "'[traces].receivers[0]' has invalid keys: nop",
expectError: "1 error(s) decoding:\n\n* '[traces].receivers': source data must be an array or slice, got map",
},
}

Expand Down

0 comments on commit 1fdd05b

Please sign in to comment.