diff options
Diffstat (limited to 'plugin/proxy/healthcheck_test.go')
-rw-r--r-- | plugin/proxy/healthcheck_test.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugin/proxy/healthcheck_test.go b/plugin/proxy/healthcheck_test.go index 53b9446ff..67f5d0f2d 100644 --- a/plugin/proxy/healthcheck_test.go +++ b/plugin/proxy/healthcheck_test.go @@ -2,8 +2,6 @@ package proxy import ( "fmt" - "io/ioutil" - "log" "net/http" "net/http/httptest" "strings" @@ -18,10 +16,6 @@ import ( "github.com/miekg/dns" ) -func init() { - log.SetOutput(ioutil.Discard) -} - func TestUnhealthy(t *testing.T) { // High HC interval, we want to test the HC after failed queries. config := "proxy . %s {\n health_check /healthcheck:%s 10s \nfail_timeout 100ms\n}" |