diff options
Diffstat (limited to 'test/proxy_health_test.go')
-rw-r--r-- | test/proxy_health_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/proxy_health_test.go b/test/proxy_health_test.go index 143846688..11c42e9a5 100644 --- a/test/proxy_health_test.go +++ b/test/proxy_health_test.go @@ -33,7 +33,7 @@ func TestProxyErratic(t *testing.T) { } defer backend.Stop() - p := proxy.New([]string{udp}) + p := proxy.NewLookup([]string{udp}) state := request.Request{W: &test.ResponseWriter{}, Req: new(dns.Msg)} // We do one lookup that should not time out. |