mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-05 00:18:25 -04:00
lazyinit aws_sns_client
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user