mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-27 17:39:51 -04:00
Refactor test
This commit is contained in:
@@ -98,7 +98,7 @@ def choose_template(service_id, template_type='all'):
|
||||
('All', 'all'),
|
||||
('Text message', 'sms'),
|
||||
('Email', 'email'),
|
||||
('Letter', 'letter') if current_service['can_send_letters'] else None,
|
||||
('Letter', 'letter') if 'letter' in current_service['permissions'] else None,
|
||||
])
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user