aboutsummaryrefslogtreecommitdiff
path: root/plugin/secondary/setup_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/secondary/setup_test.go')
-rw-r--r--plugin/secondary/setup_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/secondary/setup_test.go b/plugin/secondary/setup_test.go
index 11798ae43..7fc36f679 100644
--- a/plugin/secondary/setup_test.go
+++ b/plugin/secondary/setup_test.go
@@ -22,6 +22,7 @@ func TestSecondaryParse(t *testing.T) {
{
`secondary {
transfer from 127.0.0.1
+ transfer to 127.0.0.1
}`,
false,
"127.0.0.1:53",
@@ -30,6 +31,7 @@ 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",