Skip to content

Commit 8129f0d

Browse files
committed
fix: tests
1 parent e47775d commit 8129f0d

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)