Files
wecom_it_smart_desk/backend/tests
Simon c33abb6ac0 fix(tests): h5_client 用 127.0.0.1 跳过企微 UA 检测
pre-existing 失败:test_h5_oauth.py 26 个测试因为 httpx client 用 'test' 作 host,
被 h5._require_wework_ua() 拒绝(4003 请在企微中访问)。

修复:base_url 改 http://127.0.0.1,触发 _require_wework_ua 的本地开发豁免。

效果:26 failed → 18 failed(修 8 个,剩 18 是 WecomService DI 注入问题需更大改动)。

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-21 05:21:50 +08:00
..