More test fixes

This commit is contained in:
alexjanousekGSA
2025-01-14 09:55:44 -05:00
parent cdf5d56938
commit d5f4301747
2 changed files with 1 additions and 3 deletions

View File

@@ -51,7 +51,6 @@ class HeaderNavigation(Navigation):
}, },
"using_notify": { "using_notify": {
"get_started", "get_started",
"using_notify",
"pricing", "pricing",
"trial_mode_new", "trial_mode_new",
"message_status", "message_status",

View File

@@ -140,6 +140,7 @@ EXCLUDED_ENDPOINTS = tuple(
"old_guest_list", "old_guest_list",
"old_integration_testing", "old_integration_testing",
"old_service_dashboard", "old_service_dashboard",
"old_using_notify",
"organization_billing", "organization_billing",
"organization_dashboard", "organization_dashboard",
"organization_settings", "organization_settings",
@@ -167,7 +168,6 @@ EXCLUDED_ENDPOINTS = tuple(
"revalidate_email_sent", "revalidate_email_sent",
"revoke_api_key", "revoke_api_key",
"rules_and_regulations", "rules_and_regulations",
"security",
"security_policy", "security_policy",
"send_files_by_email", "send_files_by_email",
"send_files_by_email_contact_details", "send_files_by_email_contact_details",
@@ -243,7 +243,6 @@ EXCLUDED_ENDPOINTS = tuple(
"user_profile_name", "user_profile_name",
"user_profile_password", "user_profile_password",
"user_profile_preferred_timezone", "user_profile_preferred_timezone",
"using_notify",
"verify", "verify",
"verify_email", "verify_email",
"view_job", "view_job",