fix tests

This commit is contained in:
Kenneth Kehl
2025-10-02 13:08:29 -07:00
parent a94cca54a6
commit 3929ffb5fb

View File

@@ -146,7 +146,7 @@ def test_should_send_personalised_template_to_correct_email_provider_and_persist
mock_client = AwsSesClient()
mock_client.init_app()
mocker.patch("app.aws_ses.client", mock_client)
mocker.patch("app.aws_ses_client", mock_client)
mocker.patch("app.aws_ses_client.send_email", return_value="reference")
send_to_providers.send_email_to_provider(db_notification)