Refactor send_email_to_provider

- Remove debug statement
This commit is contained in:
Rebecca Law
2019-05-08 15:55:45 +01:00
parent 53f0e9334a
commit 77c35da5ca
2 changed files with 5 additions and 8 deletions

View File

@@ -319,7 +319,8 @@ def test_send_email_to_provider_should_call_research_mode_task_response_task_if_
notification = create_notification(
template=sample_email_template,
to_field="john@smith.com",
key_type=key_type
key_type=key_type,
billable_units=0
)
sample_service.research_mode = research_mode