diff options
Diffstat (limited to 'test/proxy_http_health_test.go')
-rw-r--r-- | test/proxy_http_health_test.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/proxy_http_health_test.go b/test/proxy_http_health_test.go index 8ea778864..bda5a0f90 100644 --- a/test/proxy_http_health_test.go +++ b/test/proxy_http_health_test.go @@ -2,8 +2,6 @@ package test import ( "io" - "io/ioutil" - "log" "net" "net/http" "net/http/httptest" @@ -17,8 +15,6 @@ import ( ) func TestProxyWithHTTPCheckOK(t *testing.T) { - log.SetOutput(ioutil.Discard) - healthCheckServer := httptest.NewServer(http.HandlerFunc( func(w http.ResponseWriter, r *http.Request) { w.WriteHeader(http.StatusOK) |