mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-24 03:49:46 -05:00
fix tests
This commit is contained in:
@@ -147,6 +147,7 @@ def test_should_send_personalised_template_to_correct_email_provider_and_persist
|
||||
mock_ses = MagicMock()
|
||||
mock_boto_client.return_value = mock_ses
|
||||
mock_ses.send_email.return_value = "reference"
|
||||
mock_ses.name = "ses"
|
||||
mocker.patch(
|
||||
"app.notification_provider_clients.get_client_by_name_and_type",
|
||||
return_value=mock_ses,
|
||||
|
||||
Reference in New Issue
Block a user