From 584c0857ab21895e62feac686448085113c6c977 Mon Sep 17 00:00:00 2001 From: Tibor Vass Date: Fri, 14 Jun 2019 18:23:21 +0000 Subject: [PATCH] integration: have container.Create call compile For reference on why this is needed: https://github.com/docker/engine/pull/280#issuecomment-502056661 Signed-off-by: Tibor Vass (cherry picked from commit 8f4b96f19e64b96df9d8c43208cefb113715ccbf) Signed-off-by: Sebastiaan van Stijn --- integration/container/copy_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/container/copy_test.go b/integration/container/copy_test.go index 218b575921..9020b802f3 100644 --- a/integration/container/copy_test.go +++ b/integration/container/copy_test.go @@ -105,7 +105,7 @@ func TestCopyFromContainer(t *testing.T) { assert.NilError(t, err) assert.Assert(t, imageID != "") - cid := container.Create(ctx, t, apiClient, container.WithImage(imageID)) + cid := container.Create(t, ctx, apiClient, container.WithImage(imageID)) for _, x := range []struct { src string