diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/hosts_file_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hosts_file_test.go b/test/hosts_file_test.go index fa50233f0..37ad43bc9 100644 --- a/test/hosts_file_test.go +++ b/test/hosts_file_test.go @@ -17,7 +17,7 @@ func TestHostsInlineLookup(t *testing.T) { hosts highly_unlikely_to_exist_hosts_file example.org { 10.0.0.1 example.org fallthrough - } + } }` i, udp, _, err := CoreDNSServerAndPorts(corefile) |