mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Remove job from logs
Signed-off-by: Antonio Murdaca <me@runcom.ninja>
This commit is contained in:
parent
e3dd323336
commit
91bfed6049
13 changed files with 151 additions and 197 deletions
|
|
@ -27,7 +27,7 @@ func TestInspectApiContainerResponse(t *testing.T) {
|
|||
if testVersion != "latest" {
|
||||
endpoint = "/" + testVersion + endpoint
|
||||
}
|
||||
body, err := sockRequest("GET", endpoint, nil)
|
||||
_, body, err := sockRequest("GET", endpoint, nil)
|
||||
if err != nil {
|
||||
t.Fatalf("sockRequest failed for %s version: %v", testVersion, err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue