- update test
This commit is contained in:
parent
4ded487839
commit
53daeb7575
@ -16,8 +16,7 @@ func TestSearch(t *testing.T) {
|
|||||||
q := "Hello World"
|
q := "Hello World"
|
||||||
|
|
||||||
opts := googlesearch.SearchOptions{
|
opts := googlesearch.SearchOptions{
|
||||||
Limit: 20,
|
Limit: 20,
|
||||||
ProxyAddr: "socks://127.0.0.1:7890",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
returnLinks, err := googlesearch.Search(ctx, q, opts)
|
returnLinks, err := googlesearch.Search(ctx, q, opts)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user