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):