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 f1d7643 commit 98bd84cCopy full SHA for 98bd84c
site/src/testHelpers/entities.ts
@@ -2379,6 +2379,7 @@ export const MockHealth: TypesGen.HealthcheckReport = {
2379
regions: {
2380
"999": {
2381
healthy: true,
2382
+ warnings: [],
2383
region: {
2384
EmbeddedRelay: true,
2385
RegionID: 999,
@@ -2548,6 +2549,7 @@ export const MockHealth: TypesGen.HealthcheckReport = {
2548
2549
},
2550
"10008": {
2551
2552
2553
2554
EmbeddedRelay: false,
2555
RegionID: 10008,
0 commit comments