mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-29 12:53:53 +00:00
remove cmdutil dependency
This commit is contained in:
@@ -81,7 +81,8 @@ func TestAPIsDelegation(t *testing.T) {
|
||||
continue
|
||||
}
|
||||
if resp.StatusCode != http.StatusOK {
|
||||
httputil.DumpResponse(resp, true)
|
||||
bytes, _ := httputil.DumpResponse(resp, true)
|
||||
t.Log(string(bytes))
|
||||
t.Errorf("%s: %v", path, err)
|
||||
continue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user