diff --git a/whaturl_test.go b/whaturl_test.go index bb075f8..c9e3089 100644 --- a/whaturl_test.go +++ b/whaturl_test.go @@ -12,6 +12,7 @@ func TestGetTitle(t *testing.T) { client := &http.Client{ Timeout: 5 * time.Second, } + ctx := context.Background() testCases := []struct {