Merge pull request #420 from alphagov/use-notify-to-send-email-verification-links

Use notify to send email verification links
This commit is contained in:
Rebecca Law
2016-06-14 17:00:28 +01:00
committed by GitHub
3 changed files with 0 additions and 23 deletions

View File

@@ -1003,7 +1003,6 @@ def test_should_allow_valid_email_notification(notify_api, sample_email_template
app.celery.tasks.send_email.apply_async.assert_called_once_with(
(str(sample_email_template.service_id),
notification_id,
"",
"something_encrypted",
"2016-01-01T11:09:00.061258"),
queue="email"