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.
2 parents 749faeb + e7f5ed6 commit 5deff24Copy full SHA for 5deff24
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