fix: sanitize code review routing copy
Some checks failed
CD Pipeline / deploy (push) Has been cancelled
Some checks failed
CD Pipeline / deploy (push) Has been cancelled
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user