test: assert the inherited settings stay null for a terminal parent
Co-authored-by: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
e92cff7bfe
commit
126e9b8ae1
|
|
@ -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 () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue