Skip to content

Commit

Permalink
Merge pull request #377 from aws-solutions/dev-v1.11.0
Browse files Browse the repository at this point in the history
PR from dev to main for release
  • Loading branch information
JimTharioAmazon committed Aug 8, 2022
2 parents bac25b4 + a3c3251 commit 31f0afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/msam/test/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 31f0afd

Please sign in to comment.