Skip to content

Commit e7f5ed6

Browse files
author
Phil Varner
committed
fix regex in aws-tests
1 parent 749faeb commit e7f5ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/helpers/aws-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const nock = require('nock')
44

55
const disableNetConnect = () => {
66
nock.disableNetConnect()
7-
nock.enableNetConnect(/127\.0\.0\.1|localhost|lambda.us-east-1.amazonaws.com/)
7+
nock.enableNetConnect(/127\.0\.0\.1|localhost|lambda\.us-east-1\.amazonaws\.com/)
88
}
99

1010
const event = Object.freeze({

0 commit comments

Comments
 (0)