fix tests

This commit is contained in:
Kenneth Kehl
2023-05-04 08:15:08 -07:00
parent 3fb113a83e
commit 7892c52d11
2 changed files with 9 additions and 1 deletions

View File

@@ -59,7 +59,7 @@ class AwsCloudwatchClient(CloudwatchClient):
return all_log_events
def check_sms(self, message_id, notification_id):
# TODO presumably there is a better way to get the account number
# TODO presumably there is a better way to get the aws account number
account_number = os.getenv("SES_DOMAIN_ARN")
account_number = account_number.replace('arn:aws:ses:us-west-2:', '')
account_number = account_number.split(":")