fix(ci): replace non-existent quote.wizard endpoint with leads.quote_request
All checks were successful
CI / test (push) Successful in 53s
CI / tag (push) Successful in 3s

The CRO homepage overhaul (f4f8a45) introduced url_for('quote.wizard')
in landing.html, but that endpoint never existed — the actual route is
leads.quote_request. This broke CI runs #99–#109.

Also adds landing_vs_col_us to i18n allowlist (brand name, same in both
languages).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Deeman
2026-03-04 22:12:45 +01:00
parent 77772b7ea4
commit 5bcd87d7e5
2 changed files with 4 additions and 2 deletions

View File

@@ -61,6 +61,8 @@ _IDENTICAL_VALUE_ALLOWLIST = {
"footer_market_score",
# Market Score chip labels — branded product names, same in DE
"mscore_reife_chip", "mscore_potenzial_chip",
# Brand name "Padelnomics" — same in DE
"landing_vs_col_us",
}