diff --git a/commands/cloud_deploy_test.go b/commands/cloud_deploy_test.go index 9957dfc8..d16f3d9b 100644 --- a/commands/cloud_deploy_test.go +++ b/commands/cloud_deploy_test.go @@ -4,6 +4,7 @@ import ( "errors" "kool-dev/kool/core/builder" "kool-dev/kool/core/environment" + "kool-dev/kool/services/cloud/setup" "os" "path/filepath" "strings" @@ -25,6 +26,7 @@ func TestNewKoolDeploy(t *testing.T) { func fakeKoolDeploy() *KoolDeploy { return &KoolDeploy{ *(newDefaultKoolService().Fake()), + setup.NewDefaultCloudSetupParser(""), &KoolCloudDeployFlags{ DeployDomain: "foo", Token: "bar",