- update test

This commit is contained in:
rocketlaunchr-cto 2021-07-01 12:03:01 +10:00
parent 4ded487839
commit 53daeb7575

View File

@ -17,7 +17,6 @@ func TestSearch(t *testing.T) {
opts := googlesearch.SearchOptions{
Limit: 20,
ProxyAddr: "socks://127.0.0.1:7890",
}
returnLinks, err := googlesearch.Search(ctx, q, opts)