aboutsummaryrefslogtreecommitdiff
path: root/test/proxy_health_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/proxy_health_test.go')
-rw-r--r--test/proxy_health_test.go2
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.