From 199170006b48c90eb74216d63bf3a7dd1a1bcca8 Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Fri, 26 Jun 2020 19:59:23 +0200 Subject: [PATCH] fix: Typo --- tests/integrations/aws_lambda/test_aws.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integrations/aws_lambda/test_aws.py b/tests/integrations/aws_lambda/test_aws.py index 9ce0b56b20..bc18d06b39 100644 --- a/tests/integrations/aws_lambda/test_aws.py +++ b/tests/integrations/aws_lambda/test_aws.py @@ -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)