mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #12263 from chenhanxiao/typo-resize-test
api_resize_test: fix a typo
This commit is contained in:
commit
5c8e28ec7c
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ func TestResizeApiResponseWhenContainerNotStarted(t *testing.T) {
|
||||||
defer deleteAllContainers()
|
defer deleteAllContainers()
|
||||||
cleanedContainerID := strings.TrimSpace(out)
|
cleanedContainerID := strings.TrimSpace(out)
|
||||||
|
|
||||||
// make sure the exited cintainer is not running
|
// make sure the exited container is not running
|
||||||
runCmd = exec.Command(dockerBinary, "wait", cleanedContainerID)
|
runCmd = exec.Command(dockerBinary, "wait", cleanedContainerID)
|
||||||
out, _, err = runCommandWithOutput(runCmd)
|
out, _, err = runCommandWithOutput(runCmd)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in a new issue