Skip to content

Commit e599a50

Browse files
committed
fix js tests
1 parent c0d6e51 commit e599a50

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

site/src/testHelpers/entities.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,10 @@ export const MockWorkspaceApp: TypesGen.WorkspaceApp = {
324324
id: "test-app",
325325
name: "test-app",
326326
icon: "",
327+
health: "disabled",
328+
healthcheck_enabled: false,
329+
healthcheck_period: 0,
330+
healthcheck_threshold: 0,
327331
}
328332

329333
export const MockWorkspaceAgent: TypesGen.WorkspaceAgent = {

0 commit comments

Comments
 (0)