Update the tests and revert adding the service_letter_contact_id

This commit is contained in:
Rebecca Law
2018-01-03 15:30:26 +00:00
parent 8732506138
commit 33e8e55dc6
2 changed files with 3 additions and 3 deletions

View File

@@ -322,7 +322,7 @@ class BaseTemplateSchema(BaseSchema):
class Meta:
model = models.Template
exclude = ("service_id", "jobs")
exclude = ("service_id", "jobs", "service_letter_contact_id")
strict = True