Skip to content

Commit ec8f831

Browse files
committed
break test the correct way
1 parent a40848f commit ec8f831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1985,7 +1985,7 @@ RUN date --utc > /root/date.txt`, testImageAlpine),
19851985
t.Logf("container %q still running", ctrID)
19861986
return false
19871987
}
1988-
return assert.Equal(t, status.State.ExitCode, 254, "unexpected exit code")
1988+
return assert.Equal(t, status.State.ExitCode, 1, "unexpected exit code")
19891989
}, 10*time.Second, time.Second, "unexpected exit code")
19901990
})
19911991

0 commit comments

Comments
 (0)