Skip to content

Commit 6200c81

Browse files
committed
chore(): fix pay tests
1 parent fa97f7d commit 6200c81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/cases/billing/pay.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ describe('Pay webhook', () => {
243243
noAck: true,
244244
});
245245
const expectedLimiterTask = {
246-
type: 'check-single-workspace',
246+
type: 'unblock-workspace',
247247
workspaceId: workspace._id.toString(),
248248
};
249249

@@ -366,7 +366,7 @@ describe('Pay webhook', () => {
366366
noAck: true,
367367
});
368368
const expectedLimiterTask = {
369-
type: 'check-single-workspace',
369+
type: 'unblock-workspace',
370370
workspaceId: workspace._id.toString(),
371371
};
372372

0 commit comments

Comments
 (0)