fix(ai): clear dashboard cache after pick regeneration
All checks were successful
CD Pipeline / deploy (push) Successful in 2m27s

This commit is contained in:
OoO
2026-05-01 16:10:51 +08:00
parent 3920701e1a
commit b447aefcfb
6 changed files with 8 additions and 5 deletions

View File

@@ -180,6 +180,7 @@ def test_ai_product_pick_agent_uses_real_competitor_data_and_dashboard_action():
assert "run_unmatched_priority" in feeder_source
assert "generate_product_pick_list" in agent_source
assert "clear_dashboard_cache()" in route_source
assert "competitor_prices" in agent_source
assert "competitor_price_history" in agent_source
assert "daily_sales_snapshot" in agent_source