diff options
Diffstat (limited to 'test/chaos_test.go')
-rw-r--r-- | test/chaos_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/chaos_test.go b/test/chaos_test.go index 0429792c8..1246fdbba 100644 --- a/test/chaos_test.go +++ b/test/chaos_test.go @@ -13,8 +13,7 @@ import ( func TestChaos(t *testing.T) { corefile := `.:0 { chaos -} -` + }` i, udp, _, err := CoreDNSServerAndPorts(corefile) if err != nil { |