fix build failures

pull/6787/head
Sharif Elgamal 2020-03-10 13:46:06 -07:00
parent 05116abb1f
commit ef93b291ca
2 changed files with 1 additions and 2 deletions

View File

@ -108,8 +108,6 @@ func TestStartHostExists(t *testing.T) {
RegisterMockDriver(t)
api := tests.NewMockAPI(t)
n := defaultNodeConfig
// Create an initial host.
ih, err := createHost(api, defaultClusterConfig, config.Node{Name: "minikube"})
if err != nil {

View File

@ -32,6 +32,7 @@ const (
mountString = "mount-string"
createMount = "mount"
waitTimeout = "wait-timeout"
imageRepository = "image-repository"
)
// Add adds a new node config to an existing cluster.