mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-09 02:44:10 -04:00
Remove reference to removed endpoints
This commit is contained in:
@@ -43,8 +43,6 @@ class HeaderNavigation(Navigation):
|
||||
'support': {
|
||||
'bat_phone',
|
||||
'feedback',
|
||||
'old_feedback',
|
||||
'old_submit_feedback',
|
||||
'support',
|
||||
'thanks',
|
||||
'triage',
|
||||
@@ -399,11 +397,9 @@ class MainNavigation(Navigation):
|
||||
'live_services',
|
||||
'manage_org_users',
|
||||
'new_password',
|
||||
'old_feedback',
|
||||
'old_integration_testing',
|
||||
'old_roadmap',
|
||||
'old_service_dashboard',
|
||||
'old_submit_feedback',
|
||||
'old_terms',
|
||||
'old_using_notify',
|
||||
'organisation_dashboard',
|
||||
@@ -564,11 +560,9 @@ class OrgNavigation(Navigation):
|
||||
'manage_users',
|
||||
'monthly',
|
||||
'new_password',
|
||||
'old_feedback',
|
||||
'old_integration_testing',
|
||||
'old_roadmap',
|
||||
'old_service_dashboard',
|
||||
'old_submit_feedback',
|
||||
'old_terms',
|
||||
'old_using_notify',
|
||||
'organisations',
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import pytest
|
||||
from tests.conftest import ORGANISATION_ID, SERVICE_ONE_ID, app_
|
||||
|
||||
from app.navigation import HeaderNavigation, MainNavigation, OrgNavigation
|
||||
from tests.conftest import ORGANISATION_ID, SERVICE_ONE_ID, app_
|
||||
|
||||
all_endpoints = [
|
||||
rule.endpoint for rule in next(app_(None)).url_map.iter_rules()
|
||||
|
||||
Reference in New Issue
Block a user