Browse code

Revert "integration: have container.Create call compile"

This reverts commit 8f4b96f19e64b96df9d8c43208cefb113715ccbf.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2019/08/14 00:26:16
Showing 1 changed files
... ...
@@ -105,7 +105,7 @@ func TestCopyFromContainer(t *testing.T) {
105 105
 	assert.NilError(t, err)
106 106
 	assert.Assert(t, imageID != "")
107 107
 
108
-	cid := container.Create(t, ctx, apiClient, container.WithImage(imageID))
108
+	cid := container.Create(ctx, t, apiClient, container.WithImage(imageID))
109 109
 
110 110
 	for _, x := range []struct {
111 111
 		src    string