Skip to content

Commit ec5372f

Browse files
maxdaydarklight3it
authored andcommitted
fix: tests
1 parent 082679f commit ec5372f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1250,7 +1250,7 @@ def tearDownClass(cls):
12501250
def test_handler_setup(self, *_):
12511251
test_cases = [
12521252
(62, 0xA55A0003, 46, {}),
1253-
(133, 0xA55A001A, 117, {"AWS_LAMBDA_LOG_FORMAT": "JSON"}),
1253+
(137, 0xA55A001A, 121, {"AWS_LAMBDA_LOG_FORMAT": "JSON"}),
12541254
(62, 0xA55A001B, 46, {"AWS_LAMBDA_LOG_LEVEL": "INFO"}),
12551255
]
12561256

0 commit comments

Comments
 (0)