From ba71079f22800f9ed0ce992652d9a17ea0af94cb Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 23 Sep 2016 10:35:46 +0100 Subject: [PATCH] Reduce indentation --- tests/app/service/test_rest.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/app/service/test_rest.py b/tests/app/service/test_rest.py index 6c5287058..e3a4ea141 100644 --- a/tests/app/service/test_rest.py +++ b/tests/app/service/test_rest.py @@ -1046,12 +1046,12 @@ def test_get_all_notifications_for_service_in_order(notify_api, notify_db, notif ] ) def test_get_all_notifications_for_service_including_ones_made_by_jobs( - notify_api, - notify_db, - notify_db_session, - sample_service, - include_from_test_key, - expected_count_of_notifications + notify_api, + notify_db, + notify_db_session, + sample_service, + include_from_test_key, + expected_count_of_notifications ): with notify_api.test_request_context(), notify_api.test_client() as client: with_job = sample_notification_with_job(notify_db, notify_db_session, service=sample_service)