Skip to content

Commit

Permalink
add log warning test back
Browse files Browse the repository at this point in the history
  • Loading branch information
katiehockman committed Dec 12, 2022
1 parent 2b63c4c commit 90282e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ddtrace/tracer/textmap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,8 @@ func TestNonePropagator(t *testing.T) {
assert.Nil(err)
assert.Equal("0000000000000001", headers[b3TraceIDHeader])
assert.Equal("0000000000000001", headers[b3SpanIDHeader])
assert.Contains(tp.lines[0], "Propagator \"none\" has no effect when combined with other propagators. "+
"To disable the propagator, set to `none`")
})

t.Run("extract/none", func(t *testing.T) {
Expand Down

0 comments on commit 90282e2

Please sign in to comment.