From b3fabae958f793171fe92c8b0536cdcb70a90509 Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Mon, 27 Jun 2016 15:38:25 +0100 Subject: [PATCH] Merge and codestyle --- tests/app/celery/test_provider_tasks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/app/celery/test_provider_tasks.py b/tests/app/celery/test_provider_tasks.py index 76f2d239b..cce6458cf 100644 --- a/tests/app/celery/test_provider_tasks.py +++ b/tests/app/celery/test_provider_tasks.py @@ -224,8 +224,8 @@ def test_should_not_send_to_provider_when_status_is_not_created(notify_db, notif sample_service, mocker): notification = sample_notification(notify_db=notify_db, notify_db_session=notify_db_session, - service=sample_service, - status='sending') + service=sample_service, + status='sending') mocker.patch('app.mmg_client.send_sms') mocker.patch('app.mmg_client.get_name', return_value="mmg") mocker.patch('app.celery.research_mode_tasks.send_sms_response.apply_async')