mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 06:21:50 -05:00
fix tests
This commit is contained in:
@@ -945,6 +945,7 @@ def test_save_sms_uses_sms_sender_reply_to_text(mocker, notify_db_session):
|
||||
notification_id,
|
||||
encryption.encrypt(notification),
|
||||
)
|
||||
|
||||
batch_insert_notifications()
|
||||
persisted_notification = Notification.query.one()
|
||||
assert persisted_notification.reply_to_text == "+12028675309"
|
||||
|
||||
Reference in New Issue
Block a user