diff options
Diffstat (limited to 'test/proxy_health_test.go')
-rw-r--r-- | test/proxy_health_test.go | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/proxy_health_test.go b/test/proxy_health_test.go index 6ab7faa8c..018ecd4ac 100644 --- a/test/proxy_health_test.go +++ b/test/proxy_health_test.go @@ -15,8 +15,7 @@ func TestProxyThreeWay(t *testing.T) { erratic { drop 2 } - } -` + }` up1, err := CoreDNSServer(corefileUp1) if err != nil { @@ -26,8 +25,7 @@ func TestProxyThreeWay(t *testing.T) { corefileUp2 := `example.org:0 { whoami - } -` + }` up2, err := CoreDNSServer(corefileUp2) if err != nil { |