Skip to content

Commit

Permalink
chore: fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonqiu committed Jul 8, 2023
1 parent 219fc3e commit 02538ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions instrumentation/net/http/otelhttp/transport_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ func TestTransportOriginRequestNotModify(t *testing.T) {

c := http.Client{Transport: NewTransport(http.DefaultTransport, WithPropagators(prop))}
res, err := c.Do(r)
require.NoError(t, err)

t.Cleanup(func() { require.NoError(t, res.Body.Close()) })

Expand Down

0 comments on commit 02538ed

Please sign in to comment.