fix: update HealthcheckDatabaseReport mocks (#10655)

This commit is contained in:
Kira Pilot
2023-11-13 11:28:20 -05:00
committed by GitHub
parent fbd34139b5
commit 652097ed3a
+2
View File
@@ -2781,6 +2781,7 @@ export const MockHealth: TypesGen.HealthcheckReport = {
reachable: true,
latency: "92570",
latency_ms: 92570,
threshold_ms: 92570,
},
coder_version: "v0.27.1-devel+c575292",
};
@@ -2811,6 +2812,7 @@ export const DeploymentHealthUnhealthy: TypesGen.HealthcheckReport = {
latency: "",
latency_ms: 0,
reachable: true,
threshold_ms: 92570,
},
derp: {
healthy: false,