mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 21:49:37 -04:00
separate detailed and normal service_api_client.get_service
to make it easier to mock and control return values
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
statistics['email']['failed'],
|
||||
statistics['email']['failed_percentage'],
|
||||
statistics['email']['show_warning'],
|
||||
failure_link=url_for(".view_notifications", service_id=id, message_type='email', status='failed'),
|
||||
link=url_for(".view_notifications", service_id=id, message_type='email', status='sending,delivered,failed')
|
||||
failure_link=url_for(".view_notifications", service_id=service_id, message_type='email', status='failed'),
|
||||
link=url_for(".view_notifications", service_id=service_id, message_type='email', status='sending,delivered,failed')
|
||||
) }}
|
||||
</div>
|
||||
<div class="column-half">
|
||||
|
||||
Reference in New Issue
Block a user