Skip to content

Commit c95f348

Browse files
author
Lasim
committed
fix(assertions): change warning to info for volume mounting validation in DigitalOcean
1 parent e10c0c0 commit c95f348

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/e2e/assertions/digitalocean.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,10 @@ export function validateVolumeMounting(
173173
return false;
174174
}
175175

176-
// For now, we'll pass this test automatically with a warning
176+
// For now, we'll pass this test automatically with a info
177177
// since DigitalOcean doesn't have direct volume mounting in App Spec
178-
console.warn(`Note: DigitalOcean App Platform doesn't support direct volume mounts like ${mountPath}.`);
179-
console.warn('Volume tests are skipped for DigitalOcean as they would need a different approach.');
178+
console.info(`Note: DigitalOcean App Platform doesn't support direct volume mounts like ${mountPath}.`);
179+
console.info('Volume tests are skipped for DigitalOcean as they would need a different approach.');
180180

181181
return true;
182182
}

0 commit comments

Comments
 (0)