Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 4805337

Browse files
committed
Revert "Fixing integration test"
This reverts commit 8fca769bd5363b4dd8a7861ab1c9011a425fa30a. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 0d6d5b392a8e5f50e1cbd3ec7fa0ca8606bdcd01 Component: engine
1 parent 484c287 commit 4805337

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/engine/integration/container/health_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func TestHealthKillContainer(t *testing.T) {
4242
ctx := context.Background()
4343
client := testEnv.APIClient()
4444

45-
id := container.Run(t, ctx, client, func(c *container.TestContainerConfig) {
45+
id := container.Run(ctx, t, client, func(c *container.TestContainerConfig) {
4646
c.Config.Healthcheck = &containertypes.HealthConfig{
4747
Test: []string{"CMD-SHELL", "sleep 1"},
4848
Interval: time.Second,

0 commit comments

Comments
 (0)