diff options
Diffstat (limited to 'test/etcd_test.go')
-rw-r--r-- | test/etcd_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/etcd_test.go b/test/etcd_test.go index 265162a83..a21fa6296 100644 --- a/test/etcd_test.go +++ b/test/etcd_test.go @@ -26,7 +26,7 @@ func etcdMiddleware() *etcd.Etcd { } cli, _ := etcdc.New(etcdCfg) client := etcdc.NewKeysAPI(cli) - return &etcd.Etcd{Client: client} + return &etcd.Etcd{Client: client, PathPrefix: "/skydns"} } // This test starts two coredns servers (and needs etcd). Configure a stubzones in both (that will loop) and |