fix(ci): replace non-existent quote.wizard endpoint with leads.quote_request
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:
@@ -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",
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user