mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 23:55:58 -05:00
Update job.notifications_delivered and job.notifications_failed count when updating the status of a notification.
This commit is contained in:
@@ -281,7 +281,7 @@ def sample_email_job(notify_db,
|
||||
service=service)
|
||||
job_id = uuid.uuid4()
|
||||
data = {
|
||||
'id': uuid.uuid4(),
|
||||
'id': job_id,
|
||||
'service_id': service.id,
|
||||
'service': service,
|
||||
'template_id': template.id,
|
||||
|
||||
Reference in New Issue
Block a user