Fix codestyle

This commit is contained in:
Rebecca Law
2016-06-27 15:32:26 +01:00
parent 90e8154700
commit 3346582634

View File

@@ -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')