Skip to content

Commit 60287f7

Browse files
committed
chore: add eventbridge schema test
1 parent ebb2846 commit 60287f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/apiGateway/validate.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2271,7 +2271,9 @@ describe('#validateServiceProxies()', () => {
22712271

22722272
expect(() => serverlessApigatewayServiceProxy.validateServiceProxies()).to.not.throw()
22732273
})
2274+
})
22742275

2276+
describe('eventbridge', () => {
22752277
it('should throw error if eventbridge request is missing the template property', () => {
22762278
serverlessApigatewayServiceProxy.serverless.service.custom = {
22772279
apiGatewayServiceProxies: [

0 commit comments

Comments
 (0)