We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22227f5 commit 2c0b5ecCopy full SHA for 2c0b5ec
tests/integrations/aws_lambda/test_aws.py
@@ -25,7 +25,7 @@
25
class TestTransport(HttpTransport):
26
def _send_event(self, event):
27
# Delay event output like this to test proper shutdown
28
- # 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
29
# pray that your events are smaller than that or else tests start
30
# failing.
31
time.sleep(1)
0 commit comments