diff options
Diffstat (limited to 'test/etcd_test.go')
-rw-r--r-- | test/etcd_test.go | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/test/etcd_test.go b/test/etcd_test.go index f47c72065..d039ef912 100644 --- a/test/etcd_test.go +++ b/test/etcd_test.go @@ -41,15 +41,15 @@ func TestEtcdStubLoop(t *testing.T) { func TestEtcdStubAndProxyLookup(t *testing.T) { corefile := `.:0 { - etcd skydns.local { - stubzones - path /skydns - endpoint http://localhost:2379 - upstream - fallthrough - } - forward . 8.8.8.8:53 -}` + etcd skydns.local { + stubzones + path /skydns + endpoint http://localhost:2379 + upstream + fallthrough + } + forward . 8.8.8.8:53 + }` ex, udp, _, err := CoreDNSServerAndPorts(corefile) if err != nil { |