From c1d186896ef6fc5945ecc0b6a849151c82953443 Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Tue, 22 Jul 2025 10:06:00 -0700 Subject: [PATCH] flake8 --- tests/app/main/views/test_dashboard.py | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/tests/app/main/views/test_dashboard.py b/tests/app/main/views/test_dashboard.py index 540989088..f68a93be4 100644 --- a/tests/app/main/views/test_dashboard.py +++ b/tests/app/main/views/test_dashboard.py @@ -920,7 +920,12 @@ def test_menu_send_messages( mocker, api_user_active, service_one, - [ServicePermission.VIEW_ACTIVITY, "send_texts", ServicePermission.SEND_EMAILS, ServicePermission.MANAGE_SERVICE], + [ + ServicePermission.VIEW_ACTIVITY, + "send_texts", + ServicePermission.SEND_EMAILS, + ServicePermission.MANAGE_SERVICE + ], ) page = str(page) assert ( @@ -957,7 +962,12 @@ def test_menu_manage_service( mocker, api_user_active, service_one, - [ServicePermission.VIEW_ACTIVITY, ServicePermission.MANAGE_TEMPLATES, ServicePermission.MANAGE_USERS, "manage_settings"], + [ + ServicePermission.VIEW_ACTIVITY, + ServicePermission.MANAGE_TEMPLATES, + ServicePermission.MANAGE_USERS, + "manage_settings", + ], ) page = str(page) assert (