Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/integrations/aws_lambda/test_aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
class TestTransport(HttpTransport):
def _send_event(self, event):
# Delay event output like this to test proper shutdown
# Note that AWS Lambda trunchates the log output to 4kb, so you better
# Note that AWS Lambda truncates the log output to 4kb, so you better
# pray that your events are smaller than that or else tests start
# failing.
time.sleep(1)
Expand Down