mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 18:31:13 -05:00
Reduce indentation
This commit is contained in:
@@ -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(
|
def test_get_all_notifications_for_service_including_ones_made_by_jobs(
|
||||||
notify_api,
|
notify_api,
|
||||||
notify_db,
|
notify_db,
|
||||||
notify_db_session,
|
notify_db_session,
|
||||||
sample_service,
|
sample_service,
|
||||||
include_from_test_key,
|
include_from_test_key,
|
||||||
expected_count_of_notifications
|
expected_count_of_notifications
|
||||||
):
|
):
|
||||||
with notify_api.test_request_context(), notify_api.test_client() as client:
|
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)
|
with_job = sample_notification_with_job(notify_db, notify_db_session, service=sample_service)
|
||||||
|
|||||||
Reference in New Issue
Block a user