We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa97f7d commit 6200c81Copy full SHA for 6200c81
1 file changed
test/integration/cases/billing/pay.test.ts
@@ -243,7 +243,7 @@ describe('Pay webhook', () => {
243
noAck: true,
244
});
245
const expectedLimiterTask = {
246
- type: 'check-single-workspace',
+ type: 'unblock-workspace',
247
workspaceId: workspace._id.toString(),
248
};
249
@@ -366,7 +366,7 @@ describe('Pay webhook', () => {
366
367
368
369
370
371
372
0 commit comments