Skip to content

Commit

Permalink
chore: clean-up
Browse files Browse the repository at this point in the history
Signed-off-by: oleg-glushak <[email protected]>
  • Loading branch information
oleg-glushak committed Jan 17, 2025
1 parent 75bdb8a commit 4f5b17f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/events/vcs/github_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,6 @@ func TestGithubClient_PaginatesComments(t *testing.T) {
gotMinimizeCalls := make([]graphQLCall, 0, 2)
testServer := httptest.NewTLSServer(
http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
t.Log(r.Method + " " + r.RequestURI)

var gqlRequest graphQLCall
if err := json.NewDecoder(r.Body).Decode(&gqlRequest); err != nil {
t.Errorf("parse body error: %v", err)
Expand Down

0 comments on commit 4f5b17f

Please sign in to comment.