aboutsummaryrefslogtreecommitdiff
path: root/test/file_srv_additional_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/file_srv_additional_test.go')
-rw-r--r--test/file_srv_additional_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/file_srv_additional_test.go b/test/file_srv_additional_test.go
index 30e603588..6da81a993 100644
--- a/test/file_srv_additional_test.go
+++ b/test/file_srv_additional_test.go
@@ -19,9 +19,9 @@ func TestZoneSRVAdditional(t *testing.T) {
// Corefile with for example without proxy section.
corefile := `example.org:0 {
- file ` + name + `
-}
-`
+ file ` + name + `
+ }`
+
i, udp, _, err := CoreDNSServerAndPorts(corefile)
if err != nil {
t.Fatalf("Could not get CoreDNS serving instance: %s", err)