Skip to content

Commit 530cf09

Browse files
committed
test: run does not have error status on 27.x branch
Signed-off-by: Alano Terblanche <18033717+Benehiko@users.noreply.github.com>
1 parent 26da5bf commit 530cf09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cli/command/container/run_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ func TestRunPullTermination(t *testing.T) {
268268
case cmdErr := <-cmdErrC:
269269
assert.Equal(t, cmdErr, cli.StatusError{
270270
StatusCode: 125,
271-
Status: "docker: context canceled\n\nRun 'docker run --help' for more information",
272271
})
273272
case <-time.After(10 * time.Second):
274273
t.Fatal("cmd did not return before the timeout")

0 commit comments

Comments
 (0)