diff --git a/package.json b/package.json index 78cbc0e2..beb9635d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hawk.api", - "version": "1.1.20", + "version": "1.1.21", "main": "index.ts", "license": "UNLICENSED", "scripts": { diff --git a/test/integration/cases/billing/pay.test.ts b/test/integration/cases/billing/pay.test.ts index 0fb4cfef..b61f61e0 100644 --- a/test/integration/cases/billing/pay.test.ts +++ b/test/integration/cases/billing/pay.test.ts @@ -243,7 +243,7 @@ describe('Pay webhook', () => { noAck: true, }); const expectedLimiterTask = { - type: 'check-single-workspace', + type: 'unblock-workspace', workspaceId: workspace._id.toString(), }; @@ -366,7 +366,7 @@ describe('Pay webhook', () => { noAck: true, }); const expectedLimiterTask = { - type: 'check-single-workspace', + type: 'unblock-workspace', workspaceId: workspace._id.toString(), };