This reverts commit 8f4b96f19e64b96df9d8c43208cefb113715ccbf.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -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 |