Update tests for retired wallet monitor and trial timing

This commit is contained in:
2569718930@qq.com
2026-04-01 18:02:08 +08:00
parent 342ed77283
commit 07b2770e9d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ def test_startup_coordinator_respects_disable_flags(monkeypatch):
assert loop_map["trade_alert_push"].started is False
assert loop_map["trade_alert_push"].reason == "disabled_by_env"
assert loop_map["polygon_wallet_watch"].reason == "disabled_by_env"
assert loop_map["polymarket_wallet_activity"].reason == "disabled_by_env"
assert loop_map["polymarket_wallet_activity"].reason == "retired_replaced_by_market_monitor"
def test_render_runtime_status_html_contains_key_fields():