diff options
Diffstat (limited to 'plugin/etcd/lookup_test.go')
-rw-r--r-- | plugin/etcd/lookup_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/etcd/lookup_test.go b/plugin/etcd/lookup_test.go index ba2bb04f1..e440baedb 100644 --- a/plugin/etcd/lookup_test.go +++ b/plugin/etcd/lookup_test.go @@ -289,7 +289,7 @@ func newEtcdPlugin() *Etcd { endpoints := []string{"http://localhost:2379"} tlsc, _ := tls.NewTLSConfigFromArgs() - client, _ := newEtcdClient(endpoints, tlsc) + client, _ := newEtcdClient(endpoints, tlsc, "", "") return &Etcd{ Upstream: upstream.New(), |