Skip to content

Commit

Permalink
adapt failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriciojs committed Nov 14, 2023
1 parent 632ae57 commit e83f537
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions commands/cloud_deploy_test.go
Expand Up @@ -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"
Expand All @@ -25,6 +26,7 @@ func TestNewKoolDeploy(t *testing.T) {
func fakeKoolDeploy() *KoolDeploy {
return &KoolDeploy{
*(newDefaultKoolService().Fake()),
setup.NewDefaultCloudSetupParser(""),
&KoolCloudDeployFlags{
DeployDomain: "foo",
Token: "bar",
Expand Down

0 comments on commit e83f537

Please sign in to comment.