mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 23:55:58 -05:00
Update the tests and revert adding the service_letter_contact_id
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user