We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 042aa37 commit 30b722fCopy full SHA for 30b722f
server/events/vcs/github_client_test.go
@@ -230,8 +230,6 @@ func TestGithubClient_PaginatesComments(t *testing.T) {
230
gotMinimizeCalls := make([]graphQLCall, 0, 2)
231
testServer := httptest.NewTLSServer(
232
http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
233
- t.Log(r.Method + " " + r.RequestURI)
234
-
235
var gqlRequest graphQLCall
236
if err := json.NewDecoder(r.Body).Decode(&gqlRequest); err != nil {
237
t.Errorf("parse body error: %v", err)
0 commit comments