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 a21fa6296..f627e3872 100644 --- a/test/etcd_test.go +++ b/test/etcd_test.go @@ -31,7 +31,7 @@ func etcdMiddleware() *etcd.Etcd { // This test starts two coredns servers (and needs etcd). Configure a stubzones in both (that will loop) and // will then test if we detect this loop. -func TestEtcdStubForwarding(t *testing.T) { +func TestEtcdStubLoop(t *testing.T) { // TODO(miek) } |