Skip to content

Commit c95df19

Browse files
committed
fix(contrib/net/http): remove reference to ext.ErrorNoStackTrace
1 parent 5abc658 commit c95df19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contrib/net/http/roundtripper_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,6 @@ func TestRoundTripperStatusCheck(t *testing.T) {
454454
assert.Equal(t, "404", spans[0].Tag(ext.HTTPCode))
455455
assert.Equal(t, "GET", spans[0].Tag(ext.HTTPMethod))
456456
assert.Nil(t, spans[0].Tag("http.errors"))
457-
assert.Nil(t, spans[0].Tag(ext.ErrorNoStackTrace))
458457

459458
// Second request is marked as an error as it's a 418
460459
resp, err = client.Get(s.URL + "/hello/world")

0 commit comments

Comments
 (0)