1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

I found out this err var isn't being used, so underscoring it to preserve resources

Signed-off-by: DiSiqueira <dieg0@live.com>
Upstream-commit: 4bd1895241b7ad750f22b0ff18fd9a3eacfdb362
Component: engine
This commit is contained in:
DiSiqueira
2017-01-28 17:08:30 -02:00
parent 8dc455b79c
commit 9601f4ac96

View File

@@ -356,7 +356,8 @@ func (s *DockerSuite) TestExecInspectID(c *check.C) {
}
// But we should still be able to query the execID
sc, body, err := request.SockRequest("GET", "/exec/"+execID+"/json", nil, daemonHost())
sc, body, _ := request.SockRequest("GET", "/exec/"+execID+"/json", nil, daemonHost())
c.Assert(sc, checker.Equals, http.StatusOK, check.Commentf("received status != 200 OK: %d\n%s", sc, body))
// Now delete the container and then an 'inspect' on the exec should