Skip to content

Commit 92b82a9

Browse files
committed
fix test
1 parent f430f9c commit 92b82a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/cloud_deploy_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func TestCreateReleaseFile(t *testing.T) {
7676
tmpDir := t.TempDir()
7777
fake.env.Set("PWD", tmpDir)
7878

79-
if _, err := fake.createReleaseFile(); err == nil || !strings.Contains(err.Error(), "no deploy config files found") {
79+
if _, err := fake.createReleaseFile(); err == nil || !strings.Contains(err.Error(), "no kool.cloud.yml config files found") {
8080
t.Errorf("expected error on createReleaseFile when no kool.deploy.yml exists in current working directory; got: %v", err)
8181
}
8282

0 commit comments

Comments
 (0)