From 53daeb7575282386f845d477411ba16004c989d5 Mon Sep 17 00:00:00 2001 From: rocketlaunchr-cto Date: Thu, 1 Jul 2021 12:03:01 +1000 Subject: [PATCH] - update test --- search_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/search_test.go b/search_test.go index 90d17f5..8dc52cb 100644 --- a/search_test.go +++ b/search_test.go @@ -16,8 +16,7 @@ func TestSearch(t *testing.T) { q := "Hello World" opts := googlesearch.SearchOptions{ - Limit: 20, - ProxyAddr: "socks://127.0.0.1:7890", + Limit: 20, } returnLinks, err := googlesearch.Search(ctx, q, opts)