Skip to content

Commit

Permalink
fix test config
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydaly committed Aug 18, 2018
1 parent a65170c commit 31df7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/errorHandling.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const api = require('../index')({ version: 'v1.0' })
const api2 = require('../index')({ version: 'v1.0' })
const api3 = require('../index')({ version: 'v1.0' })
const api4 = require('../index')({ version: 'v1.0' })
const api5 = require('../index')({ version: 'v1.0', logger: true})
const api5 = require('../index')({ version: 'v1.0', logger: { access: 'never' }})

let event = {
httpMethod: 'get',
Expand Down

0 comments on commit 31df7c5

Please sign in to comment.