Skip to content

Commit 7e8d331

Browse files
committed
Clean up
1 parent c5f3f3d commit 7e8d331

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

lib/deploy/events/apiGateway/methods.test.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,6 @@ describe('#methods()', () => {
2020
serverless.service.provider.compiledCloudFormationTemplate = {
2121
Resources: {},
2222
};
23-
serverless.service.environment = {
24-
stages: {
25-
dev: {
26-
regions: {
27-
'us-east-1': {
28-
vars: {
29-
IamRoleLambdaExecution:
30-
'arn:aws:iam::12345678:role/service-dev-IamRoleLambdaExecution-FOO12345678',
31-
},
32-
},
33-
},
34-
},
35-
},
36-
};
3723

3824
serverlessStepFunctions = new ServerlessStepFunctions(serverless, options);
3925
serverlessStepFunctions.apiGatewayRestApiLogicalId = 'ApiGatewayRestApi';

0 commit comments

Comments
 (0)