mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-24 16:23:44 -04:00
fix uuid
This commit is contained in:
@@ -939,7 +939,7 @@ def test_save_sms_uses_sms_sender_reply_to_text(mocker, notify_db_session):
|
|||||||
notification = _notification_json(template, to="2028675301")
|
notification = _notification_json(template, to="2028675301")
|
||||||
mocker.patch("app.celery.provider_tasks.deliver_sms.apply_async")
|
mocker.patch("app.celery.provider_tasks.deliver_sms.apply_async")
|
||||||
|
|
||||||
notification_id = uuid.uuid4()
|
notification_id = str(uuid.uuid4())
|
||||||
save_sms(
|
save_sms(
|
||||||
service.id,
|
service.id,
|
||||||
notification_id,
|
notification_id,
|
||||||
|
|||||||
Reference in New Issue
Block a user