File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
test/integration/cases/billing Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " hawk.api" ,
3- "version" : " 1.1.20 " ,
3+ "version" : " 1.1.21 " ,
44 "main" : " index.ts" ,
55 "license" : " UNLICENSED" ,
66 "scripts" : {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments