diff options
Diffstat (limited to 'plugin/etcd/setup_test.go')
-rw-r--r-- | plugin/etcd/setup_test.go | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/plugin/etcd/setup_test.go b/plugin/etcd/setup_test.go index 19889f3bd..40a22cafe 100644 --- a/plugin/etcd/setup_test.go +++ b/plugin/etcd/setup_test.go @@ -35,20 +35,6 @@ func TestSetupEtcd(t *testing.T) { } `, false, "skydns", []string{"localhost:300"}, "", "", "", }, - //test for upstream - { - `etcd { - endpoint localhost:300 - upstream 8.8.8.8:53 8.8.4.4:53 -}`, false, "skydns", []string{"localhost:300"}, "", "", "", - }, - //test for optional upstream address - { - `etcd { - endpoint localhost:300 - upstream -}`, false, "skydns", []string{"localhost:300"}, "", "", "", - }, // negative { `etcd { |