Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support finding JSON after the line start for otlpjsonfilereceiver #33846

Closed
Prev Previous commit
Next Next commit
Add support finding JSON after the line start for otlpjsonfilereceiver
  • Loading branch information
zeitlinger committed Jul 3, 2024
commit da90cf2420ba853f846328e16a815debce41f883
2 changes: 1 addition & 1 deletion receiver/otlpjsonfilereceiver/file_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func TestFileReceiver(t *testing.T) {
empty := testMode{
name: "empty",
wantEntries: 0,
configure: func(data []byte) []byte {
configure: func(_ []byte) []byte {
return []byte{}
},
}
Expand Down
Loading