aboutsummaryrefslogtreecommitdiff
path: root/plugin/etcd/multi_test.go
diff options
context:
space:
mode:
authorGravatar John Belamaric <jbelamaric@infoblox.com> 2018-01-07 14:51:32 -0500
committerGravatar GitHub <noreply@github.com> 2018-01-07 14:51:32 -0500
commitc59f5f6e86e1d041a9aa7b324b90582b3a4b277a (patch)
treec8091f7101125f066d5bc59c20dbf6b4b192311d /plugin/etcd/multi_test.go
parentc6febe6250361eee580dbb8a601a444f23ed7ac2 (diff)
downloadcoredns-c59f5f6e86e1d041a9aa7b324b90582b3a4b277a.tar.gz
coredns-c59f5f6e86e1d041a9aa7b324b90582b3a4b277a.tar.zst
coredns-c59f5f6e86e1d041a9aa7b324b90582b3a4b277a.zip
Simplify plugin/pkg/fall (#1358)
* Simplify plugin/pkg/fall * Remove unused import * Fix fall_test * Get fall coverage to 100% just because * gofmt. sigh.
Diffstat (limited to 'plugin/etcd/multi_test.go')
-rw-r--r--plugin/etcd/multi_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/etcd/multi_test.go b/plugin/etcd/multi_test.go
index d58d22de0..b06d0bc7e 100644
--- a/plugin/etcd/multi_test.go
+++ b/plugin/etcd/multi_test.go
@@ -7,7 +7,6 @@ import (
"github.com/coredns/coredns/plugin/etcd/msg"
"github.com/coredns/coredns/plugin/pkg/dnstest"
- "github.com/coredns/coredns/plugin/pkg/fall"
"github.com/coredns/coredns/plugin/test"
"github.com/miekg/dns"
@@ -16,7 +15,6 @@ import (
func TestMultiLookup(t *testing.T) {
etc := newEtcdPlugin()
etc.Zones = []string{"skydns.test.", "miek.nl."}
- etc.Fall = fall.New()
etc.Next = test.ErrorHandler()
for _, serv := range servicesMulti {