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 d4638ef commit 203f4a2Copy full SHA for 203f4a2
sanity-report.mjs
@@ -26,7 +26,7 @@ console.log(`Pending Tests: ${pendingTests}`)
26
console.log(`Total Duration: ${durationInMinutes}m ${durationInSeconds.toFixed(2)}s`)
27
28
const host = process.env.HOST || ''
29
-let region = 'UNKNOWN REGION'
+let region = 'NA'
30
31
const match = host.match(/^([^-]+(?:-[^-]+)*)-api/)
32
if (match && match[1]) {
0 commit comments