mirror of
https://github.com/docker/cli.git
synced 2026-09-27 01:40:31 -04:00
Fixes for dnephin review
Signed-off-by: Christopher Crone <christopher.crone@docker.com> Upstream-commit: 86f9eb4a085a61b3355dc38452c47def806bf7c9 Component: engine
This commit is contained in:
@@ -1372,7 +1372,7 @@ func (s *DockerSuite) TestContainerAPICreateNoHostConfig118(c *check.C) {
|
||||
Image: "busybox",
|
||||
}
|
||||
|
||||
cli, err := NewEnvClientWithVersion("v1.18")
|
||||
cli, err := request.NewEnvClientWithVersion("v1.18")
|
||||
|
||||
_, err = cli.ContainerCreate(context.Background(), &config, &containertypes.HostConfig{}, &networktypes.NetworkingConfig{}, "")
|
||||
c.Assert(err, checker.IsNil)
|
||||
|
||||
Reference in New Issue
Block a user