Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions httptransport/client/matcher_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package client_test

import (
"context"
"encoding/json"
"net/http"
"net/http/httptest"
Expand All @@ -21,8 +20,7 @@ import (

// TestDiffer puts the Differ methods of the client through its paces.
func TestDiffer(t *testing.T) {
ctx, done := context.WithCancel(context.Background())
defer done()
ctx := t.Context()

t.Run("OK", func(t *testing.T) {
t.Run("Delete", func(t *testing.T) {
Expand Down