Skip to content

Commit 3c4f53a

Browse files
committed
Fix: entities.ts
1 parent 60a5b89 commit 3c4f53a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

site/src/testHelpers/entities.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2404,6 +2404,7 @@ export const MockHealth: TypesGen.HealthcheckReport = {
24042404
healthy: true,
24052405
severity: "ok",
24062406
warnings: [],
2407+
dismissed: false,
24072408
regions: {
24082409
"999": {
24092410
healthy: true,
@@ -2806,6 +2807,7 @@ export const MockHealth: TypesGen.HealthcheckReport = {
28062807
healthy: true,
28072808
severity: "ok",
28082809
warnings: [],
2810+
dismissed: false,
28092811
access_url: "https://dev.coder.com",
28102812
reachable: true,
28112813
status_code: 200,
@@ -2815,13 +2817,15 @@ export const MockHealth: TypesGen.HealthcheckReport = {
28152817
healthy: true,
28162818
severity: "ok",
28172819
warnings: [],
2820+
dismissed: false,
28182821
body: "",
28192822
code: 101,
28202823
},
28212824
database: {
28222825
healthy: true,
28232826
severity: "ok",
28242827
warnings: [],
2828+
dismissed: false,
28252829
reachable: true,
28262830
latency: "92570",
28272831
latency_ms: 92570,
@@ -2831,6 +2835,7 @@ export const MockHealth: TypesGen.HealthcheckReport = {
28312835
healthy: true,
28322836
severity: "ok",
28332837
warnings: [],
2838+
dismissed: false,
28342839
workspace_proxies: {
28352840
regions: [],
28362841
},
@@ -2857,6 +2862,7 @@ export const DeploymentHealthUnhealthy: TypesGen.HealthcheckReport = {
28572862
healthy: true,
28582863
severity: "ok",
28592864
warnings: [],
2865+
dismissed: false,
28602866
access_url: "",
28612867
healthz_response: "",
28622868
reachable: true,
@@ -2866,6 +2872,7 @@ export const DeploymentHealthUnhealthy: TypesGen.HealthcheckReport = {
28662872
healthy: false,
28672873
severity: "ok",
28682874
warnings: [],
2875+
dismissed: false,
28692876
latency: "",
28702877
latency_ms: 0,
28712878
reachable: true,
@@ -2875,13 +2882,15 @@ export const DeploymentHealthUnhealthy: TypesGen.HealthcheckReport = {
28752882
healthy: false,
28762883
severity: "ok",
28772884
warnings: [],
2885+
dismissed: false,
28782886
regions: [],
28792887
netcheck_logs: [],
28802888
},
28812889
websocket: {
28822890
healthy: false,
28832891
severity: "ok",
28842892
warnings: [],
2893+
dismissed: false,
28852894
body: "",
28862895
code: 0,
28872896
},
@@ -2890,6 +2899,7 @@ export const DeploymentHealthUnhealthy: TypesGen.HealthcheckReport = {
28902899
error: "some error",
28912900
severity: "error",
28922901
warnings: [],
2902+
dismissed: false,
28932903
workspace_proxies: {
28942904
regions: [
28952905
{

0 commit comments

Comments
 (0)