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