From 3346582634c32b62035947f8417680a3ebc147db Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Mon, 27 Jun 2016 15:32:26 +0100 Subject: [PATCH] Fix codestyle --- tests/app/celery/test_provider_tasks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/app/celery/test_provider_tasks.py b/tests/app/celery/test_provider_tasks.py index 3176d9901..76f2d239b 100644 --- a/tests/app/celery/test_provider_tasks.py +++ b/tests/app/celery/test_provider_tasks.py @@ -239,7 +239,6 @@ def test_should_not_send_to_provider_when_status_is_not_created(notify_db, notif app.celery.research_mode_tasks.send_sms_response.apply_async.assert_not_called() - def test_statsd_updates(notify_db, notify_db_session, sample_service, sample_notification, mocker): mocker.patch('app.statsd_client.incr') mocker.patch('app.statsd_client.timing')