diff options
Diffstat (limited to 'plugin/etcd/lookup_test.go')
-rw-r--r-- | plugin/etcd/lookup_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/etcd/lookup_test.go b/plugin/etcd/lookup_test.go index e185d341d..adf079443 100644 --- a/plugin/etcd/lookup_test.go +++ b/plugin/etcd/lookup_test.go @@ -10,7 +10,6 @@ import ( "github.com/coredns/coredns/plugin/etcd/msg" "github.com/coredns/coredns/plugin/pkg/dnstest" - "github.com/coredns/coredns/plugin/pkg/singleflight" "github.com/coredns/coredns/plugin/pkg/tls" "github.com/coredns/coredns/plugin/proxy" "github.com/coredns/coredns/plugin/test" @@ -232,7 +231,6 @@ func newEtcdPlugin() *Etcd { Proxy: proxy.NewLookup([]string{"8.8.8.8:53"}), PathPrefix: "skydns", Ctx: context.Background(), - Inflight: &singleflight.Group{}, Zones: []string{"skydns.test.", "skydns_extra.test.", "in-addr.arpa."}, Client: client, } |