diff options
Diffstat (limited to 'plugin/secondary/setup_test.go')
-rw-r--r-- | plugin/secondary/setup_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/secondary/setup_test.go b/plugin/secondary/setup_test.go index bd60ba69c..4985ec5b6 100644 --- a/plugin/secondary/setup_test.go +++ b/plugin/secondary/setup_test.go @@ -22,7 +22,6 @@ func TestSecondaryParse(t *testing.T) { { `secondary { transfer from 127.0.0.1 - transfer to 127.0.0.1 }`, false, "127.0.0.1:53", @@ -31,7 +30,6 @@ func TestSecondaryParse(t *testing.T) { { `secondary example.org { transfer from 127.0.0.1 - transfer to 127.0.0.1 }`, false, "127.0.0.1:53", |