lazyinit aws_sns_client

This commit is contained in:
Kenneth Kehl
2025-10-06 07:32:35 -07:00
parent 7d20e25bd0
commit 7bf847dd82
3 changed files with 69 additions and 25 deletions

View File

@@ -1,6 +1,8 @@
import pytest
from app import aws_sns_client
from app import get_aws_sns_client
aws_sns_client = get_aws_sns_client()
def test_send_sms_successful_returns_aws_sns_response(notify_api, mocker):