mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: update HealthcheckDatabaseReport mocks (#10655)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user