fix: match promo ppt coverage labels
All checks were successful
CD Pipeline / deploy (push) Successful in 1m3s

This commit is contained in:
OoO
2026-05-18 14:44:54 +08:00
parent 07b76870c9
commit 02339c93e0
3 changed files with 5 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ def test_build_defined_ppt_jobs_uses_latest_date():
assert by_type["market_intel"].sub_arg == "2026/05/11 起一週"
assert by_type["competitor"].sub_arg == "monthly"
assert by_type["promo"].sub_arg == "2026/05/05-2026/05/11"
assert by_type["promo"].expected_params["label"] == "2026/05/05~2026/05/11"
assert by_type["strategy"].expected_params == {
"report_type": "strategy",
"start": "2026/05/01",