Merge branch 'master' into split-sms-and-retry

This commit is contained in:
Martyn Inglis
2016-06-14 12:55:16 +01:00
11 changed files with 193 additions and 49 deletions

View File

@@ -245,11 +245,7 @@ def test_should_process_email_job_if_exactly_on_send_limits(notify_db,
(
str(job.service_id),
"uuid",
"\"{}\" <{}@{}>".format(
service.name,
service.email_from,
"test.notify.com"
),
"",
"something_encrypted",
"2016-01-01T11:09:00.061258"
),
@@ -295,11 +291,7 @@ def test_should_process_email_job(sample_email_job, mocker, mock_celery_remove_j
(
str(sample_email_job.service_id),
"uuid",
"\"{}\" <{}@{}>".format(
sample_email_job.service.name,
sample_email_job.service.email_from,
"test.notify.com"
),
"",
"something_encrypted",
"2016-01-01T11:09:00.061258"
),
@@ -865,11 +857,7 @@ def test_process_email_job_should_use_reply_to_email_if_present(sample_email_job
(
str(sample_email_job.service_id),
"uuid",
"\"{}\" <{}@{}>".format(
sample_email_job.service.name,
sample_email_job.service.email_from,
"test.notify.com"
),
"",
"something_encrypted",
ANY
),