Skip to content

Commit 9157d29

Browse files
authored
Merge pull request #490 from codex-team/fix-billing-tests
chore(): fix pay tests
2 parents fa97f7d + 1c00d62 commit 9157d29

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hawk.api",
3-
"version": "1.1.20",
3+
"version": "1.1.21",
44
"main": "index.ts",
55
"license": "UNLICENSED",
66
"scripts": {

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)