fix: sanitize cached price review wording
All checks were successful
CD Pipeline / deploy (push) Successful in 1m2s
All checks were successful
CD Pipeline / deploy (push) Successful in 1m2s
This commit is contained in:
@@ -735,8 +735,8 @@ def test_dashboard_v2_shows_pchome_competitor_pricing_and_links():
|
||||
assert "competitor_product_id" in route_source
|
||||
assert "https://24h.pchome.com.tw/prod/" in route_source
|
||||
assert "_build_competitor_decision(" in route_source
|
||||
assert "PChome 價格壓力" in route_source
|
||||
assert "MOMO 價格優勢" in route_source
|
||||
assert "PChome 價格優勢" in route_source
|
||||
assert "MOMO 低價壓力" in route_source
|
||||
assert "item['pchome_competitor']" in route_source
|
||||
assert "item['competitor_decision']" in route_source
|
||||
|
||||
|
||||
Reference in New Issue
Block a user