mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-26 21:38:27 -04:00
Merge pull request #973 from alphagov/remove-documentation
Remove documentation pages
This commit is contained in:
@@ -18,7 +18,7 @@ def test_logged_in_user_redirects_to_choose_service(app_,
|
||||
|
||||
|
||||
@pytest.mark.parametrize('view', [
|
||||
'cookies', 'trial_mode', 'pricing', 'terms', 'delivery_and_failure', 'documentation'
|
||||
'cookies', 'trial_mode', 'pricing', 'terms', 'delivery_and_failure'
|
||||
])
|
||||
def test_static_pages(app_, view):
|
||||
with app_.test_request_context(), app_.test_client() as client:
|
||||
|
||||
Reference in New Issue
Block a user