fix(server): reflect terminalId default in workspace script schema test

workspace script schema defaults terminalId to null; include it in the
expected shape of the test's toEqual assertion.
This commit is contained in:
Mohamed Boudra
2026-04-21 21:33:39 +07:00
parent 006d57d546
commit ae2a301cb6

View File

@@ -163,6 +163,7 @@ describe("workspace message schemas", () => {
lifecycle: "running",
health: "healthy",
exitCode: null,
terminalId: null,
},
]);
});