Skip to content

Commit 3c9ed9b

Browse files
committed
.
1 parent e8d024e commit 3c9ed9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/aws_lambda/test_aws_lambda.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def test_timeout_error(lambda_client, test_environment):
216216
(exception,) = error_event["exception"]["values"]
217217
assert not exception["mechanism"]["handled"]
218218
assert exception["type"] == "ServerlessTimeoutWarning"
219-
assert exception["value"] == "WARNING: Function is about time out."
219+
assert exception["value"] == "WARNING: Function is about to time out."
220220
assert exception["mechanism"]["type"] == "threading"
221221

222222

0 commit comments

Comments
 (0)