diff --git a/cli/command/container/run_test.go b/cli/command/container/run_test.go index 3f51d6b94e97..9a1569be9210 100644 --- a/cli/command/container/run_test.go +++ b/cli/command/container/run_test.go @@ -268,7 +268,6 @@ func TestRunPullTermination(t *testing.T) { case cmdErr := <-cmdErrC: assert.Equal(t, cmdErr, cli.StatusError{ StatusCode: 125, - Status: "docker: context canceled\n\nRun 'docker run --help' for more information", }) case <-time.After(10 * time.Second): t.Fatal("cmd did not return before the timeout")