Skip to content

Commit

Permalink
add proxy white list
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmood committed Nov 14, 2022
1 parent cab0005 commit fbc253c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func newTesterPool() TesterPool {

// new tester
func (tp TesterPool) new() *G {
u := launcher.New().MustLaunch()
u := launcher.New().Set("proxy-bypass-list", "<-loopback>").MustLaunch()

mc := newMockClient(u)

Expand Down

0 comments on commit fbc253c

Please sign in to comment.