diff options
Diffstat (limited to 'plugin/proxy/upstream_test.go')
-rw-r--r-- | plugin/proxy/upstream_test.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/plugin/proxy/upstream_test.go b/plugin/proxy/upstream_test.go index 42d50cac3..98509f738 100644 --- a/plugin/proxy/upstream_test.go +++ b/plugin/proxy/upstream_test.go @@ -85,13 +85,6 @@ proxy . 8.8.8.8:53 { { ` proxy . 8.8.8.8:53 { - without without -}`, - false, - }, - { - ` -proxy . 8.8.8.8:53 { except miek.nl example.org 10.0.0.0/24 }`, false, |