mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
trim non-existant pages further
This commit is contained in:
@@ -163,7 +163,6 @@ def test_guidance_pages_link_to_service_pages_when_signed_in(
|
||||
('old_using_notify', 'using_notify'),
|
||||
('delivery_and_failure', 'message_status'),
|
||||
('callbacks', 'documentation'),
|
||||
('who_its_for', 'who_can_use_notify'),
|
||||
])
|
||||
def test_old_static_pages_redirect(
|
||||
client_request,
|
||||
|
||||
@@ -125,7 +125,7 @@ def test_should_return_200_when_email_is_not_gov_uk(
|
||||
page.select_one('.govuk-error-message').text
|
||||
)
|
||||
assert page.select_one('.govuk-error-message a')['href'] == url_for(
|
||||
'main.who_can_use_notify'
|
||||
'main.features'
|
||||
)
|
||||
|
||||
|
||||
|
||||
@@ -332,7 +332,6 @@ EXCLUDED_ENDPOINTS = tuple(map(Navigation.get_endpoint_with_blueprint, {
|
||||
'webauthn_complete_register',
|
||||
'webauthn_begin_authentication',
|
||||
'webauthn_complete_authentication',
|
||||
'who_can_use_notify',
|
||||
'who_its_for',
|
||||
}))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user