mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-09 02:44:10 -04:00
fix unit testing
This commit is contained in:
@@ -58,8 +58,6 @@ class HeaderNavigation(Navigation):
|
||||
},
|
||||
"accounts-or-dashboard": {
|
||||
"conversation",
|
||||
"inbox",
|
||||
"monthly",
|
||||
"service_dashboard",
|
||||
"template_usage",
|
||||
"view_notification",
|
||||
@@ -161,8 +159,6 @@ class MainNavigation(Navigation):
|
||||
},
|
||||
"dashboard": {
|
||||
"conversation",
|
||||
"inbox",
|
||||
"monthly",
|
||||
"service_dashboard",
|
||||
"template_usage",
|
||||
"view_notification",
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block backLink %}
|
||||
{{ usaBackLink({ "href": url_for("main.inbox", service_id=current_service.id) }) }}
|
||||
{{ usaBackLink({ "href": url_for("main.service_dashboard", service_id=current_service.id) }) }}
|
||||
{% endblock %}
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
@@ -116,9 +116,6 @@ EXCLUDED_ENDPOINTS = tuple(
|
||||
"history",
|
||||
"how_to_pay",
|
||||
"inbound_sms_admin",
|
||||
"inbox",
|
||||
"inbox_download",
|
||||
"inbox_updates",
|
||||
"index",
|
||||
"information_risk_management",
|
||||
"information_security",
|
||||
@@ -134,7 +131,6 @@ EXCLUDED_ENDPOINTS = tuple(
|
||||
"manage_template_folder",
|
||||
"manage_users",
|
||||
"message_status",
|
||||
"monthly",
|
||||
"multiple_languages",
|
||||
"new_password",
|
||||
"notifications_sent_by_service",
|
||||
@@ -183,7 +179,6 @@ EXCLUDED_ENDPOINTS = tuple(
|
||||
"service_confirm_delete_email_reply_to",
|
||||
"service_confirm_delete_sms_sender",
|
||||
"service_dashboard",
|
||||
"service_dashboard_updates",
|
||||
"service_delete_email_reply_to",
|
||||
"service_delete_sms_sender",
|
||||
"service_edit_email_reply_to",
|
||||
@@ -217,7 +212,6 @@ EXCLUDED_ENDPOINTS = tuple(
|
||||
"studio",
|
||||
"support",
|
||||
"suspend_service",
|
||||
"template_history",
|
||||
"template_usage",
|
||||
"test_feature_flags",
|
||||
"tour_step",
|
||||
|
||||
Reference in New Issue
Block a user