mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 19:43:11 -04:00
Remove edit_folder_permissions service setting (feature flag)
This removes the edit_folder_permission checks from the code, enabling the folder permissions for all services. This also fixes folder-related tests to set up appropriate user permissions. This should only be merged right after alphagov/notifications-api#2428, when all other permission stories are done.
This commit is contained in:
committed by
Chris Hill-Scott
parent
c31dbd4de0
commit
cab780b549
@@ -44,8 +44,6 @@ def test_service_set_permission_requires_platform_admin(
|
||||
('inbound_sms', 'False', False),
|
||||
('email_auth', 'True', True),
|
||||
('email_auth', 'False', False),
|
||||
('edit_folder_permissions', 'True', True),
|
||||
('edit_folder_permissions', 'False', False),
|
||||
])
|
||||
def test_service_set_permission(
|
||||
mocker,
|
||||
|
||||
Reference in New Issue
Block a user