fix(tests): align format_report assertions with actual output (#119)

Co-authored-by: Panniantong <panniantong@users.noreply.github.com>
This commit is contained in:
Pnant
2026-03-08 22:29:19 +08:00
committed by GitHub
parent 0a5c06633c
commit c2cbccfed9
+2 -2
View File
@@ -92,7 +92,7 @@ class TestDoctor:
assert "Agent Reach" in report assert "Agent Reach" in report
assert "✅ 装好即用:" in report assert "✅ 装好即用:" in report
assert "🔍 搜索(mcporter 即可解锁):" in report assert "搜索(mcporter 即可解锁):" in report
assert "🔧 配置后可用:" in report assert "配置后可用:" in report
assert "状态:1/3 个渠道可用" in report assert "状态:1/3 个渠道可用" in report
assert "运行 `agent-reach setup` 解锁更多渠道" in report assert "运行 `agent-reach setup` 解锁更多渠道" in report