We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 749faeb commit e7f5ed6Copy full SHA for e7f5ed6
tests/helpers/aws-tests.js
@@ -4,7 +4,7 @@ const nock = require('nock')
4
5
const disableNetConnect = () => {
6
nock.disableNetConnect()
7
- nock.enableNetConnect(/127\.0\.0\.1|localhost|lambda.us-east-1.amazonaws.com/)
+ nock.enableNetConnect(/127\.0\.0\.1|localhost|lambda\.us-east-1\.amazonaws\.com/)
8
}
9
10
const event = Object.freeze({
0 commit comments