diff --git a/test/unit/lib/plugins/aws/package/compile/events/api-gateway/lib/authorizers.test.js b/test/unit/lib/plugins/aws/package/compile/events/api-gateway/lib/authorizers.test.js index 18e531f3a..155b9c8b7 100644 --- a/test/unit/lib/plugins/aws/package/compile/events/api-gateway/lib/authorizers.test.js +++ b/test/unit/lib/plugins/aws/package/compile/events/api-gateway/lib/authorizers.test.js @@ -248,7 +248,6 @@ describe('#compileAuthorizers() #2', () => { }, command: 'package', }).then(({ awsNaming, cfTemplate }) => { - // console.log(cfTemplate.Resources); const authorizerLogicalId = awsNaming.getAuthorizerLogicalId('basic'); const authorizerPermissionLogicalId = awsNaming.getLambdaApiGatewayPermissionLogicalId('basic');