integration: get tests to compile again
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
parent
04ff4a2ba4
commit
a281289515
1 changed files with 2 additions and 2 deletions
|
@ -86,12 +86,12 @@ func TestDockerNetworkReConnect(t *testing.T) {
|
|||
ctx := context.Background()
|
||||
|
||||
name := t.Name() + "dummyNet"
|
||||
net.CreateNoError(t, ctx, client, name,
|
||||
net.CreateNoError(ctx, t, client, name,
|
||||
net.WithDriver("overlay"),
|
||||
net.WithAttachable(),
|
||||
)
|
||||
|
||||
c1 := container.Create(t, ctx, client, func(c *container.TestContainerConfig) {
|
||||
c1 := container.Create(ctx, t, client, func(c *container.TestContainerConfig) {
|
||||
c.NetworkingConfig = &network.NetworkingConfig{
|
||||
EndpointsConfig: map[string]*network.EndpointSettings{
|
||||
name: {},
|
||||
|
|
Loading…
Reference in a new issue