fix: sanitize code review routing copy
Some checks failed
CD Pipeline / deploy (push) Has been cancelled

This commit is contained in:
ogt
2026-06-25 14:53:53 +08:00
parent ef6c4b0abd
commit ede129d6e1
4 changed files with 28 additions and 2 deletions

View File

@@ -490,6 +490,7 @@ def test_openclaw_skips_111_and_cloud_by_default_when_gcp_pair_fails(monkeypatch
assert "本地掃描報告" in result
assert "最後錯誤" not in result
assert "all hosts failed" not in result
assert "OpenClaw" not in result
assert [call["model"] for call in calls] == ["qwen2.5-coder:7b", "gemma3:4b"]
assert not any("192.168.0.111" in call["host"] for call in calls)
fake_claude.generate.assert_not_called()