update to check for instance of SerialisedService

This commit is contained in:
Rebecca Law
2021-02-18 12:54:22 +00:00
parent 88036befcf
commit b464894325
2 changed files with 2 additions and 3 deletions

View File

@@ -756,9 +756,8 @@ def test_send_email_to_provider_should_user_normalised_to(
notification = create_notification(template=sample_email_template,
to_field='TEST@example.com',
normalised_to='test@example.com')
print("************* start")
send_to_providers.send_email_to_provider(notification)
print("End ******************")
send_mock.assert_called_once_with(ANY,
notification.normalised_to,
ANY,