mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
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:
@@ -163,6 +163,7 @@ describe("workspace message schemas", () => {
|
||||
lifecycle: "running",
|
||||
health: "healthy",
|
||||
exitCode: null,
|
||||
terminalId: null,
|
||||
},
|
||||
]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user