diff --git a/packages/server/src/shared/messages.workspaces.test.ts b/packages/server/src/shared/messages.workspaces.test.ts index 7d5f1361a..e2570c1d9 100644 --- a/packages/server/src/shared/messages.workspaces.test.ts +++ b/packages/server/src/shared/messages.workspaces.test.ts @@ -163,6 +163,7 @@ describe("workspace message schemas", () => { lifecycle: "running", health: "healthy", exitCode: null, + terminalId: null, }, ]); });