Revert "integration: have container.Create call compile"

This reverts commit 8f4b96f19e.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2019-08-13 17:26:16 +02:00
parent 08af35b250
commit 235fa0eee8
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -105,7 +105,7 @@ func TestCopyFromContainer(t *testing.T) {
assert.NilError(t, err)
assert.Assert(t, imageID != "")
cid := container.Create(t, ctx, apiClient, container.WithImage(imageID))
cid := container.Create(ctx, t, apiClient, container.WithImage(imageID))
for _, x := range []struct {
src string