mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
Fix mixed indentation within tests (#3855)
Signed-off-by: Ambrose Chua <ambrose@chua.family>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user