Skip to content

Commit 3292511

Browse files
author
Aaron O'Hagan
committed
use correct identifer
1 parent d398048 commit 3292511

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": "nodejs10.16.3"
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: 'nodejs10.16.3',
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)