mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 07:18:26 -04:00
flake8
This commit is contained in:
@@ -920,7 +920,12 @@ def test_menu_send_messages(
|
|||||||
mocker,
|
mocker,
|
||||||
api_user_active,
|
api_user_active,
|
||||||
service_one,
|
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)
|
page = str(page)
|
||||||
assert (
|
assert (
|
||||||
@@ -957,7 +962,12 @@ def test_menu_manage_service(
|
|||||||
mocker,
|
mocker,
|
||||||
api_user_active,
|
api_user_active,
|
||||||
service_one,
|
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)
|
page = str(page)
|
||||||
assert (
|
assert (
|
||||||
|
|||||||
Reference in New Issue
Block a user