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:
parent
08af35b250
commit
235fa0eee8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue