Update reply to email test

- Updated reply to email test so that the request to create or update
email is not mocked.
- Excluded reply_to_email_addresses from the Service schema
This commit is contained in:
Katie Smith
2017-09-11 16:28:44 +01:00
parent a507f74823
commit 269e88f7de
2 changed files with 4 additions and 5 deletions

View File

@@ -202,6 +202,7 @@ class ServiceSchema(BaseSchema):
'template_statistics',
'service_provider_stats',
'service_notification_stats',
'reply_to_email_addresses',
)
strict = True