Skip to content

Commit 19e8f30

Browse files
author
kkuzmin
authored
Merge pull request #34 from OHaganA/node10
update collector mocks for new node runtime
2 parents 40bcb32 + 3292511 commit 19e8f30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/collector_mock.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ const S3_CONFIGURATION_FILE_NOCHANGE = {
218218
const S3_CONFIGURATION_FILE_CHANGE = {
219219
"Runtime": {
220220
"path": "Runtime",
221-
"value": "nodejs8.10"
221+
"value": "nodejs10.x"
222222
},
223223
"Timeout": {
224224
"path": "Timeout",
@@ -266,7 +266,7 @@ const LAMBDA_FUNCTION_CONFIGURATION = {
266266
const LAMBDA_FUNCTION_CONFIGURATION_CHANGED = {
267267
FunctionName: FUNCTION_NAME,
268268
FunctionArn: FUNCTION_ARN,
269-
Runtime: 'nodejs8.10',
269+
Runtime: 'nodejs10.x',
270270
Role: 'arn:aws:iam::352283894008:role/tdosoudil-vpc-lambda',
271271
Handler: 'index.handler',
272272
CodeSize: 834,

0 commit comments

Comments
 (0)