diff options
author | 2018-01-07 14:51:32 -0500 | |
---|---|---|
committer | 2018-01-07 14:51:32 -0500 | |
commit | c59f5f6e86e1d041a9aa7b324b90582b3a4b277a (patch) | |
tree | c8091f7101125f066d5bc59c20dbf6b4b192311d /plugin/etcd/multi_test.go | |
parent | c6febe6250361eee580dbb8a601a444f23ed7ac2 (diff) | |
download | coredns-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.go | 2 |
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 { |