From 4f1a10e0594a74cad80c2d0ead5999cdd68d5a3b Mon Sep 17 00:00:00 2001 From: joan Date: Mon, 8 Aug 2022 09:28:47 -0700 Subject: [PATCH] test description update --- source/msam/test/test_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/msam/test/test_app.py b/source/msam/test/test_app.py index 24c4bf3e..8a890bf0 100644 --- a/source/msam/test/test_app.py +++ b/source/msam/test/test_app.py @@ -178,7 +178,7 @@ def test_unsubscribe_resource_from_alarm(self, patched_resource, patched_client) def test_subscribers_to_alarm(self, patched_resource, patched_client): """ - Test the get_cloudwatch_alarms_region function + Test the subscribers_to_alarm function """ import app app.subscribers_to_alarm("alarm_name", "us-east-1")