Skip to content

Commit 652097e

Browse files
authored
fix: update HealthcheckDatabaseReport mocks (#10655)
1 parent fbd3413 commit 652097e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

site/src/testHelpers/entities.ts

+2
Original file line numberDiff line numberDiff line change
@@ -2781,6 +2781,7 @@ export const MockHealth: TypesGen.HealthcheckReport = {
27812781
reachable: true,
27822782
latency: "92570",
27832783
latency_ms: 92570,
2784+
threshold_ms: 92570,
27842785
},
27852786
coder_version: "v0.27.1-devel+c575292",
27862787
};
@@ -2811,6 +2812,7 @@ export const DeploymentHealthUnhealthy: TypesGen.HealthcheckReport = {
28112812
latency: "",
28122813
latency_ms: 0,
28132814
reachable: true,
2815+
threshold_ms: 92570,
28142816
},
28152817
derp: {
28162818
healthy: false,

0 commit comments

Comments
 (0)