Skip to content

Commit

Permalink
Remove unused api gw log level test
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericbarthelet committed Sep 30, 2020
1 parent 0cb980f commit a5aba1d
Showing 1 changed file with 0 additions and 10 deletions.
Expand Up @@ -695,16 +695,6 @@ describe('#updateStage()', () => {
});
});

it('should reject a custom APIGW log level if value is invalid', () => {
context.state.service.provider.logs = {
restApi: {
level: 'INVALID',
},
};

return expect(updateStage.call(context)).to.be.rejectedWith('invalid value');
});

it('should disable existing access log settings when accessLogging is set to false', () => {
context.state.service.provider.logs = {
restApi: {
Expand Down

0 comments on commit a5aba1d

Please sign in to comment.