This commit is contained in:
Kenneth Kehl
2024-12-13 10:15:47 -08:00
parent f706086bbf
commit 6de1b226d0
2 changed files with 4 additions and 2 deletions

View File

@@ -131,7 +131,6 @@ def test_should_call_send_sms_to_provider_from_deliver_sms_task(
):
mocker.patch("app.delivery.send_to_providers.send_sms_to_provider")
mocker.patch("app.celery.provider_tasks.check_sms_delivery_receipt")
mocker.patch("app.celery.provider_tasks.update_notification_message_id")
deliver_sms(sample_notification.id)
app.delivery.send_to_providers.send_sms_to_provider.assert_called_with(