mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 19:43:11 -04:00
add broadcast service permission
This commit is contained in:
@@ -45,6 +45,8 @@ def test_service_set_permission_requires_platform_admin(
|
||||
('email_auth', 'False', False),
|
||||
('international_letters', 'True', True),
|
||||
('international_letters', 'False', False),
|
||||
('broadcast', 'True', True),
|
||||
('broadcast', 'False', False),
|
||||
])
|
||||
def test_service_set_permission(
|
||||
mocker,
|
||||
|
||||
Reference in New Issue
Block a user