Skip to content

Commit 9de99ef

Browse files
committed
test: remove stale default http client
1 parent 7c43a51 commit 9de99ef

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

httpclient/sentryhttpclient_test.go

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -461,17 +461,4 @@ func TestDefaults(t *testing.T) {
461461
res.Body.Close()
462462
}
463463
})
464-
465-
t.Run("Create a regular outgoing HTTP request with default SentryHttpClient", func(t *testing.T) {
466-
client := sentryhttpclient.Client
467-
468-
res, err := client.Head("https://sentry.io")
469-
if err != nil {
470-
t.Error(err)
471-
}
472-
473-
if res.Body != nil {
474-
res.Body.Close()
475-
}
476-
})
477464
}

0 commit comments

Comments
 (0)