aboutsummaryrefslogtreecommitdiff
path: root/test/etcd_cache_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/etcd_cache_test.go')
-rw-r--r--test/etcd_cache_test.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/etcd_cache_test.go b/test/etcd_cache_test.go
index a0be86dc7..df670e107 100644
--- a/test/etcd_cache_test.go
+++ b/test/etcd_cache_test.go
@@ -4,8 +4,6 @@ package test
import (
"context"
- "io/ioutil"
- "log"
"testing"
"github.com/coredns/coredns/plugin/etcd/msg"
@@ -33,7 +31,6 @@ func TestEtcdCache(t *testing.T) {
defer ex.Stop()
etc := etcdPlugin()
- log.SetOutput(ioutil.Discard)
var ctx = context.TODO()
for _, serv := range servicesCacheTest {