add tests for letters not getting excluded

This commit is contained in:
Leo Hemsted
2017-04-19 13:49:10 +01:00
parent b381aeefa1
commit 935e566284
4 changed files with 54 additions and 25 deletions

View File

@@ -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,