refactor(core): Send active workflow IDs during license renewal (#9804)

This commit is contained in:
Iván Ovejero
2024-06-19 12:35:42 +02:00
committed by GitHub
parent de3981cbde
commit cfc4db00e3
7 changed files with 83 additions and 8 deletions

View File

@@ -48,6 +48,7 @@ describe('License', () => {
saveCertStr: expect.any(Function),
onFeatureChange: expect.any(Function),
collectUsageMetrics: expect.any(Function),
collectPassthroughData: expect.any(Function),
server: MOCK_SERVER_URL,
tenantId: 1,
});
@@ -68,6 +69,7 @@ describe('License', () => {
saveCertStr: expect.any(Function),
onFeatureChange: expect.any(Function),
collectUsageMetrics: expect.any(Function),
collectPassthroughData: expect.any(Function),
server: MOCK_SERVER_URL,
tenantId: 1,
});