Closed antonpirker closed 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 84.33%. Comparing base (
417be9f
) to head (1d291dc
). Report is 1 commits behind head on master.
:white_check_mark: All tests successful. No failed tests found.
Our AWS Lambda tests rely on outputting our events as JSON to stdout and parsing this output. AWS Lambda limits the amount of stdout it returns.
So by reducing the size of the events we can fix the tests, that where broken by printing to much data to stdout so the output is truncated and can not be parsed into actual JSON structures again.