Ver Fonte

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>
Tibor Vass há 6 anos atrás
pai
commit
8f4b96f19e
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      integration/container/copy_test.go

+ 1 - 1
integration/container/copy_test.go

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