mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
add tests for letters not getting excluded
This commit is contained in:
@@ -86,6 +86,7 @@ def create_notification(
|
||||
'to': to_field,
|
||||
'job_id': job.id if job else None,
|
||||
'job': job,
|
||||
'service_id': template.service.id,
|
||||
'service': template.service,
|
||||
'template_id': template.id if template else None,
|
||||
'template': template,
|
||||
|
||||
Reference in New Issue
Block a user