test: assert the inherited settings stay null for a terminal parent

Co-authored-by: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Waseem Ilyas 2026-09-10 23:26:02 +00:00
parent e92cff7bfe
commit 126e9b8ae1
1 changed files with 1 additions and 0 deletions

View File

@ -3750,6 +3750,7 @@ describeEmbeddedPostgres("issueService.create workspace inheritance", () => {
expect(child.projectWorkspaceId).toBe(projectWorkspaceId);
expect(child.executionWorkspaceId).toBeNull();
expect(child.executionWorkspacePreference).toBeNull();
expect(child.executionWorkspaceSettings).toBeNull();
});
it("createChild applies parent defaults, acceptance criteria, workspace inheritance, and optional parent blocker chaining", async () => {