test(team): register provisioning runs in prepare tests
This commit is contained in:
parent
d018002c3e
commit
6c98417659
1 changed files with 3 additions and 0 deletions
|
|
@ -2540,6 +2540,7 @@ describe('TeamProvisioningService prepare/auth behavior', () => {
|
|||
};
|
||||
|
||||
(svc as any).provisioningRunByTeam.set(run.teamName, run.runId);
|
||||
(svc as any).runs.set(run.runId, run);
|
||||
|
||||
await (svc as any).handleProvisioningTurnComplete(run);
|
||||
|
||||
|
|
@ -2601,6 +2602,7 @@ describe('TeamProvisioningService prepare/auth behavior', () => {
|
|||
};
|
||||
|
||||
(svc as any).provisioningRunByTeam.set(run.teamName, run.runId);
|
||||
(svc as any).runs.set(run.runId, run);
|
||||
|
||||
await (svc as any).handleProvisioningTurnComplete(run);
|
||||
|
||||
|
|
@ -3054,6 +3056,7 @@ describe('TeamProvisioningService prepare/auth behavior', () => {
|
|||
};
|
||||
|
||||
(svc as any).provisioningRunByTeam.set(run.teamName, run.runId);
|
||||
(svc as any).runs.set(run.runId, run);
|
||||
|
||||
await (svc as any).handleProvisioningTurnComplete(run);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue