This repository was archived by the owner on Dec 17, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments