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 <tibor@docker.com>
This commit is contained in:
Tibor Vass 2019-06-14 18:23:21 +00:00
parent 186afe3ce3
commit 8f4b96f19e

View file

@ -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