mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-11 09:27:56 -04:00
fix uuid
This commit is contained in:
@@ -707,7 +707,7 @@ def test_save_email_should_use_template_version_from_job_not_latest(
|
||||
assert not persisted_notification.sent_by
|
||||
assert persisted_notification.notification_type == NotificationType.EMAIL
|
||||
provider_tasks.deliver_email.apply_async.assert_called_once_with(
|
||||
[str(persisted_notification.id)], queue="send-email-tasks", countdown=30
|
||||
[str(persisted_notification.id)], queue="send-email-tasks"
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user