diff options
Diffstat (limited to 'test/server_test.go')
-rw-r--r-- | test/server_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/server_test.go b/test/server_test.go index a0dfed7dd..d7d4f43fc 100644 --- a/test/server_test.go +++ b/test/server_test.go @@ -21,7 +21,7 @@ func TestProxyToChaosServer(t *testing.T) { defer chaos.Stop() corefileProxy := `.:0 { - proxy . ` + udpChaos + ` + forward . ` + udpChaos + ` } ` proxy, udp, _, err := CoreDNSServerAndPorts(corefileProxy) |