Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Commit 4d0a485

Browse files
committed
commands/provision: Remove SwarmOptions: ...
1 parent 282f45f commit 4d0a485

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

commands/provision_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import (
99
"github.com/docker/machine/libmachine/host"
1010
"github.com/docker/machine/libmachine/libmachinetest"
1111
"github.com/docker/machine/libmachine/provision"
12-
"github.com/docker/machine/libmachine/swarm"
1312
"github.com/lambda-linux/lambda-machine-local/commands/commandstest"
1413
"github.com/lambda-linux/lambda-machine-local/drivers/fakedriver"
1514
"github.com/stretchr/testify/assert"
@@ -33,7 +32,6 @@ func TestCmdProvision(t *testing.T) {
3332
HostOptions: &host.Options{
3433
EngineOptions: &engine.Options{},
3534
AuthOptions: &auth.Options{},
36-
SwarmOptions: &swarm.Options{},
3735
},
3836
},
3937
{
@@ -42,7 +40,6 @@ func TestCmdProvision(t *testing.T) {
4240
HostOptions: &host.Options{
4341
EngineOptions: &engine.Options{},
4442
AuthOptions: &auth.Options{},
45-
SwarmOptions: &swarm.Options{},
4643
},
4744
},
4845
},

0 commit comments

Comments
 (0)