From 94f5f4f303efb02f95d384bfc04bdbeefb778c85 Mon Sep 17 00:00:00 2001 From: Aayush Thapa Date: Thu, 21 Mar 2024 13:41:27 -0700 Subject: [PATCH] clearer error log --- integration/combination/test_function_with_cloudwatch_log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/combination/test_function_with_cloudwatch_log.py b/integration/combination/test_function_with_cloudwatch_log.py index e9a5f6876..2493bd9ac 100644 --- a/integration/combination/test_function_with_cloudwatch_log.py +++ b/integration/combination/test_function_with_cloudwatch_log.py @@ -6,7 +6,7 @@ @skipIf( - current_region_does_not_support([LOGS]), "A Logs resource part of this test is not supported in this testing region" + current_region_does_not_support([LOGS]), "A Logs resource that is a part of this test is not supported in this testing region" ) class TestFunctionWithCloudWatchLog(BaseTest): def test_function_with_cloudwatch_log(self):