mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -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,
|
||||
|
||||
@@ -107,6 +107,7 @@ def mock_get_service_settings_page_common(
|
||||
'Data retention email Change',
|
||||
'Receive inbound SMS Off Change',
|
||||
'Email authentication Off Change',
|
||||
'Send cell broadcasts Off Change',
|
||||
]),
|
||||
])
|
||||
def test_should_show_overview(
|
||||
|
||||
Reference in New Issue
Block a user