Skip to content

Commit 59e9217

Browse files
slack msg: set default region to AWS-NA in sanity report
1 parent 30055b7 commit 59e9217

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sanity-report.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ console.log(`Skipped Tests: ${skippedTests}`);
4545
console.log(`Total Duration: ${totalDurationMinutes}m ${totalDurationSeconds.toFixed(0)}s`);
4646

4747
const host = process.env.HOST || ''
48-
let region = 'UNKNOWN REGION'
48+
let region = 'AWS-NA'
4949

5050
const match = host.match(/^([^-]+(?:-[^-]+)*)-cdn/)
5151
if (match && match[1]) {

0 commit comments

Comments
 (0)