We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44aa057 commit 4ef2a0cCopy full SHA for 4ef2a0c
main_test.go
@@ -97,7 +97,6 @@ func TestTransport_CheckHeapSize(t *testing.T) {
97
var wg sync.WaitGroup
98
gotGCIHeapCheck := false
99
target := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
100
- fmt.Println(r.URL.Path)
101
if r.Header.Get(gciHeader) == heapCheckHeader && r.URL.Path == d.endpoint {
102
fmt.Fprintf(w, d.response)
103
gotGCIHeapCheck = true
0 commit comments