This commit is contained in:
@@ -141,6 +141,7 @@ def test_v2_cron_blind_spot_list_has_failure_notifications(monkeypatch):
|
||||
"run_promotion_gate_worker",
|
||||
"run_awaiting_review_push",
|
||||
"run_expire_stale_reviews",
|
||||
"run_action_plan_hygiene_task",
|
||||
"run_cost_throttle_evaluate",
|
||||
"run_cost_throttle_reset_if_new_month",
|
||||
"run_ppt_vision_audit",
|
||||
@@ -159,3 +160,4 @@ def test_roi_ai_smoke_and_daily_report_schedules_stay_staggered():
|
||||
assert 'schedule.every().day.at("09:00").do(run_daily_report_task)' in source
|
||||
assert 'schedule.every().day.at("09:05").do(run_roi_monthly_report_if_new_month)' in source
|
||||
assert 'schedule.every().day.at("09:10").do(run_ai_smoke_daily_summary_task)' in source
|
||||
assert "schedule.every(6).hours.do(run_action_plan_hygiene_task)" in source
|
||||
|
||||
Reference in New Issue
Block a user