Skip to content

Commit b774aee

Browse files
committed
fix js
1 parent e7a2798 commit b774aee

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

site/src/testHelpers/entities.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,9 +325,11 @@ export const MockWorkspaceApp: TypesGen.WorkspaceApp = {
325325
name: "test-app",
326326
icon: "",
327327
health: "disabled",
328-
healthcheck_url: "",
329-
healthcheck_interval: 0,
330-
healthcheck_threshold: 0,
328+
healthcheck: {
329+
url: "",
330+
interval: 0,
331+
threshold: 0,
332+
}
331333
}
332334

333335
export const MockWorkspaceAgent: TypesGen.WorkspaceAgent = {

0 commit comments

Comments
 (0)