mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 00:33:58 -04:00
update test
This commit is contained in:
@@ -52,7 +52,8 @@ def test_services_pages_that_org_users_are_allowed_to_see(
|
||||
api_user_active["services"] = user_services
|
||||
api_user_active["organizations"] = user_organizations
|
||||
api_user_active["permissions"] = {
|
||||
service_id: [ServicePermission.MANAGE_USERS, "manage_settings"] for service_id in user_services
|
||||
service_id: [ServicePermission.MANAGE_USERS, "manage_settings"]
|
||||
for service_id in user_services
|
||||
}
|
||||
service = service_json(
|
||||
name="SERVICE WITH ORG",
|
||||
|
||||
Reference in New Issue
Block a user