mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 17:53:12 -04:00
More test fixes
This commit is contained in:
@@ -40,12 +40,6 @@ class HeaderNavigation(Navigation):
|
|||||||
"support": {
|
"support": {
|
||||||
"support",
|
"support",
|
||||||
},
|
},
|
||||||
"features": {
|
|
||||||
"features",
|
|
||||||
"features_sms",
|
|
||||||
"roadmap",
|
|
||||||
"security",
|
|
||||||
},
|
|
||||||
"best_practices": {
|
"best_practices": {
|
||||||
"best_practices",
|
"best_practices",
|
||||||
"clear_goals",
|
"clear_goals",
|
||||||
|
|||||||
@@ -176,10 +176,6 @@ def test_old_static_pages_redirect(client_request, view, expected_view, mocker):
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
def test_old_using_notify_page(client_request):
|
|
||||||
client_request.get("main.using_notify", _expected_status=410)
|
|
||||||
|
|
||||||
|
|
||||||
def test_css_is_served_from_correct_path(client_request):
|
def test_css_is_served_from_correct_path(client_request):
|
||||||
page = client_request.get("main.documentation") # easy static page
|
page = client_request.get("main.documentation") # easy static page
|
||||||
|
|
||||||
|
|||||||
@@ -95,7 +95,6 @@ EXCLUDED_ENDPOINTS = tuple(
|
|||||||
"error",
|
"error",
|
||||||
"establish_trust",
|
"establish_trust",
|
||||||
"features",
|
"features",
|
||||||
"features_sms",
|
|
||||||
"find_services_by_name",
|
"find_services_by_name",
|
||||||
"find_users_by_email",
|
"find_users_by_email",
|
||||||
"forgot_password",
|
"forgot_password",
|
||||||
|
|||||||
Reference in New Issue
Block a user