mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-31 15:15:38 -05:00
Stop updating NotificationHistory
Doing my bit to remove imports of fixtures.
This commit is contained in:
@@ -313,8 +313,7 @@ def test_send_sms_should_use_service_sms_sender(
|
||||
mocker.patch('app.mmg_client.send_sms')
|
||||
|
||||
sms_sender = create_service_sms_sender(service=sample_service, sms_sender='123456', is_default=False)
|
||||
db_notification = create_notification(template=sample_template, sms_sender_id=sms_sender.id,
|
||||
reply_to_text=sms_sender.sms_sender)
|
||||
db_notification = create_notification(template=sample_template, reply_to_text=sms_sender.sms_sender)
|
||||
|
||||
send_to_providers.send_sms_to_provider(
|
||||
db_notification,
|
||||
|
||||
Reference in New Issue
Block a user