Skip to content

Commit e83f537

Browse files
committed
adapt failing test
1 parent 632ae57 commit e83f537

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

commands/cloud_deploy_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import (
44
"errors"
55
"kool-dev/kool/core/builder"
66
"kool-dev/kool/core/environment"
7+
"kool-dev/kool/services/cloud/setup"
78
"os"
89
"path/filepath"
910
"strings"
@@ -25,6 +26,7 @@ func TestNewKoolDeploy(t *testing.T) {
2526
func fakeKoolDeploy() *KoolDeploy {
2627
return &KoolDeploy{
2728
*(newDefaultKoolService().Fake()),
29+
setup.NewDefaultCloudSetupParser(""),
2830
&KoolCloudDeployFlags{
2931
DeployDomain: "foo",
3032
Token: "bar",

0 commit comments

Comments
 (0)