aboutsummaryrefslogtreecommitdiff
path: root/plugin/forward/lookup_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/forward/lookup_test.go')
-rw-r--r--plugin/forward/lookup_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/forward/lookup_test.go b/plugin/forward/lookup_test.go
index e37a0c5d7..1968ef979 100644
--- a/plugin/forward/lookup_test.go
+++ b/plugin/forward/lookup_test.go
@@ -19,7 +19,7 @@ func TestLookup(t *testing.T) {
})
defer s.Close()
- p := NewProxy(s.Addr, nil /* no TLS */)
+ p := NewProxy(s.Addr, DNS)
f := New()
f.SetProxy(p)
defer f.Close()