From c2cbccfed9e85012bc74f030050ace15f6430359 Mon Sep 17 00:00:00 2001 From: Pnant <73925474+Panniantong@users.noreply.github.com> Date: Sun, 8 Mar 2026 22:29:19 +0800 Subject: [PATCH] fix(tests): align format_report assertions with actual output (#119) Co-authored-by: Panniantong --- tests/test_doctor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_doctor.py b/tests/test_doctor.py index 14e8339..63d17f3 100644 --- a/tests/test_doctor.py +++ b/tests/test_doctor.py @@ -92,7 +92,7 @@ class TestDoctor: assert "Agent Reach" in report assert "✅ 装好即用:" in report - assert "🔍 搜索(mcporter 即可解锁):" in report - assert "🔧 配置后可用:" in report + assert "搜索(mcporter 即可解锁):" in report + assert "配置后可用:" in report assert "状态:1/3 个渠道可用" in report assert "运行 `agent-reach setup` 解锁更多渠道" in report