Skip to content

Commit 203f4a2

Browse files
fix: update default region value from 'UNKNOWN REGION' to 'NA'
1 parent d4638ef commit 203f4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sanity-report.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ console.log(`Pending Tests: ${pendingTests}`)
2626
console.log(`Total Duration: ${durationInMinutes}m ${durationInSeconds.toFixed(2)}s`)
2727

2828
const host = process.env.HOST || ''
29-
let region = 'UNKNOWN REGION'
29+
let region = 'NA'
3030

3131
const match = host.match(/^([^-]+(?:-[^-]+)*)-api/)
3232
if (match && match[1]) {

0 commit comments

Comments
 (0)