mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Revert "Fixing integration test"
This reverts commit 8fca769bd5
.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
51f390dd79
commit
0d6d5b392a
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ func TestHealthKillContainer(t *testing.T) {
|
|||
ctx := context.Background()
|
||||
client := testEnv.APIClient()
|
||||
|
||||
id := container.Run(t, ctx, client, func(c *container.TestContainerConfig) {
|
||||
id := container.Run(ctx, t, client, func(c *container.TestContainerConfig) {
|
||||
c.Config.Healthcheck = &containertypes.HealthConfig{
|
||||
Test: []string{"CMD-SHELL", "sleep 1"},
|
||||
Interval: time.Second,
|
||||
|
|
Loading…
Reference in a new issue