mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 04:31:28 +00:00
Merge pull request #15683 from skatsuta/cli-exec-test-printf-int
integration-cli: modify %s to %d in formatting an int
This commit is contained in:
@@ -385,7 +385,7 @@ func (s *DockerSuite) TestInspectExecID(c *check.C) {
|
||||
}
|
||||
sc, body, err = sockRequest("GET", "/exec/"+execID+"/json", nil)
|
||||
if sc != http.StatusNotFound {
|
||||
c.Fatalf("received status != 404: %s\n%s", sc, body)
|
||||
c.Fatalf("received status != 404: %d\n%s", sc, body)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user