diff options
Diffstat (limited to 'test/etcd_test.go')
-rw-r--r-- | test/etcd_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/etcd_test.go b/test/etcd_test.go index d03f7ce3d..2ac165beb 100644 --- a/test/etcd_test.go +++ b/test/etcd_test.go @@ -48,7 +48,7 @@ func TestEtcdStubAndProxyLookup(t *testing.T) { upstream fallthrough } - proxy . 8.8.8.8:53 + forward . 8.8.8.8:53 }` ex, udp, _, err := CoreDNSServerAndPorts(corefile) |