We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f430f9c commit 92b82a9Copy full SHA for 92b82a9
commands/cloud_deploy_test.go
@@ -76,7 +76,7 @@ func TestCreateReleaseFile(t *testing.T) {
76
tmpDir := t.TempDir()
77
fake.env.Set("PWD", tmpDir)
78
79
- if _, err := fake.createReleaseFile(); err == nil || !strings.Contains(err.Error(), "no deploy config files found") {
+ if _, err := fake.createReleaseFile(); err == nil || !strings.Contains(err.Error(), "no kool.cloud.yml config files found") {
80
t.Errorf("expected error on createReleaseFile when no kool.deploy.yml exists in current working directory; got: %v", err)
81
}
82
0 commit comments