mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 02:11:11 -05:00
Fix codestyle
This commit is contained in:
@@ -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()
|
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):
|
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.incr')
|
||||||
mocker.patch('app.statsd_client.timing')
|
mocker.patch('app.statsd_client.timing')
|
||||||
|
|||||||
Reference in New Issue
Block a user