Skip to content

Commit 9d1a4fe

Browse files
committed
Fix startup script behavior
1 parent 5b2bd86 commit 9d1a4fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/testHelpers/entities.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,7 @@ export const MockWorkspaceAgent: TypesGen.WorkspaceAgent = {
583583
logs_overflowed: false,
584584
log_sources: [MockWorkspaceAgentLogSource],
585585
scripts: [MockWorkspaceAgentScript],
586+
startup_script_behavior: "non-blocking",
586587
subsystems: ["envbox", "exectrace"],
587588
health: {
588589
healthy: true,

0 commit comments

Comments
 (0)