mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Remove obsolete log message
This commit is contained in:
parent
226f7c28e0
commit
e29a3f21bc
@ -344,7 +344,6 @@ var _ = SIGDescribe("Proxy", func() {
|
||||
buf.ReadFrom(resp.Body)
|
||||
response := buf.String()
|
||||
|
||||
framework.Logf("http.Client request:%s StatusCode:%d", httpVerb, resp.StatusCode)
|
||||
framework.Logf("http.Client request:%s | StatusCode:%d | Response: %s", httpVerb, resp.StatusCode, response)
|
||||
framework.ExpectEqual(resp.StatusCode, 200, "The resp.StatusCode returned: %d", resp.StatusCode)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user