Skip to content

Commit

Permalink
clearer error log
Browse files Browse the repository at this point in the history
  • Loading branch information
aaythapa committed Mar 21, 2024
1 parent 8830c8f commit 94f5f4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 94f5f4f

Please sign in to comment.