Skip to content

Commit

Permalink
fix(bridges/otellogr): add context to TestLogSinkCtxInInfo for issue #…
Browse files Browse the repository at this point in the history
  • Loading branch information
flc1125 committed Jan 13, 2025
1 parent b688692 commit 2bfbb28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bridges/otellogr/logsink_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ func TestLogSink(t *testing.T) {
}
}

// fix https://github.com/open-telemetry/opentelemetry-go-contrib/issues/6509
func TestLogSinkCtxInInfo(t *testing.T) {
rec := logtest.NewRecorder()
ls := NewLogSink("name", WithLoggerProvider(rec))
Expand Down

0 comments on commit 2bfbb28

Please sign in to comment.