diff options
Diffstat (limited to 'test/erratic_autopath_test.go')
-rw-r--r-- | test/erratic_autopath_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/erratic_autopath_test.go b/test/erratic_autopath_test.go index 273367307..d71873131 100644 --- a/test/erratic_autopath_test.go +++ b/test/erratic_autopath_test.go @@ -47,7 +47,7 @@ func TestLookupAutoPathErratic(t *testing.T) { corefile := `.:0 { erratic autopath @erratic - proxy . ` + proxyPath + ` + forward . ` + proxyPath + ` debug } ` @@ -92,7 +92,7 @@ func TestAutoPathErraticNotLoaded(t *testing.T) { setupProxyTargetCoreDNS(t, func(proxyPath string) { corefile := `.:0 { autopath @erratic - proxy . ` + proxyPath + ` + forward . ` + proxyPath + ` debug } ` |