Skip to content

Commit 6c98417

Browse files
committed
test(team): register provisioning runs in prepare tests
1 parent d018002 commit 6c98417

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/main/services/team/TeamProvisioningServicePrepare.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2540,6 +2540,7 @@ describe('TeamProvisioningService prepare/auth behavior', () => {
25402540
};
25412541

25422542
(svc as any).provisioningRunByTeam.set(run.teamName, run.runId);
2543+
(svc as any).runs.set(run.runId, run);
25432544

25442545
await (svc as any).handleProvisioningTurnComplete(run);
25452546

@@ -2601,6 +2602,7 @@ describe('TeamProvisioningService prepare/auth behavior', () => {
26012602
};
26022603

26032604
(svc as any).provisioningRunByTeam.set(run.teamName, run.runId);
2605+
(svc as any).runs.set(run.runId, run);
26042606

26052607
await (svc as any).handleProvisioningTurnComplete(run);
26062608

@@ -3054,6 +3056,7 @@ describe('TeamProvisioningService prepare/auth behavior', () => {
30543056
};
30553057

30563058
(svc as any).provisioningRunByTeam.set(run.teamName, run.runId);
3059+
(svc as any).runs.set(run.runId, run);
30573060

30583061
await (svc as any).handleProvisioningTurnComplete(run);
30593062

0 commit comments

Comments
 (0)