remove cmdutil dependency

This commit is contained in:
deads2k
2017-02-13 10:58:59 -05:00
parent 739f4ffe0e
commit e60b16fea8
12 changed files with 21 additions and 18 deletions

View File

@@ -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
}