Skip to content

Commit ba5290b

Browse files
tyulyukovclaude
andcommitted
fix(test): add jiraBoard to project.created payload in decider.delete.test
Required for ported upstream test to satisfy MarCode's Jira-enhanced project.created event schema. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 8db4a49 commit ba5290b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/server/src/orchestration/decider.delete.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ async function seedReadModel(): Promise<OrchestrationReadModel> {
4040
workspaceRoot: "/tmp/project-delete",
4141
defaultModelSelection: null,
4242
scripts: [],
43+
jiraBoard: null,
4344
createdAt: now,
4445
updatedAt: now,
4546
},

0 commit comments

Comments
 (0)