Skip to content

Commit f5c0fa3

Browse files
committed
chore: update apigw test
1 parent 2c663c1 commit f5c0fa3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

__tests__/apigw/base.test.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,12 @@ describe('apigw deploy and remove with serviceId', () => {
418418
const apigwInputs = deepClone(inputs);
419419
apigwInputs.serviceId = 'service-mh4w4xnm';
420420
apigwInputs.isInputServiceId = true;
421+
apigwInputs.tags = [
422+
{
423+
key: 'serverless',
424+
value: 'integration_test[勿删]',
425+
},
426+
];
421427
delete apigwInputs.usagePlan;
422428
delete apigwInputs.auth;
423429

0 commit comments

Comments
 (0)