aboutsummaryrefslogtreecommitdiff
path: root/test/ds_file_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/ds_file_test.go')
-rw-r--r--test/ds_file_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ds_file_test.go b/test/ds_file_test.go
index b1fd7b2df..fdca58f73 100644
--- a/test/ds_file_test.go
+++ b/test/ds_file_test.go
@@ -57,7 +57,7 @@ func TestLookupDS(t *testing.T) {
log.SetOutput(ioutil.Discard)
- p := proxy.New([]string{udp})
+ p := proxy.NewLookup([]string{udp})
state := request.Request{W: &mtest.ResponseWriter{}, Req: new(dns.Msg)}
for _, tc := range dsTestCases {