test(gateway): tolerate codex image probe diagnostics · openclaw/openclaw@3593bee
steipete
·
2026-04-26
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -19,7 +19,13 @@ describe("live-agent-probes", () => {
|
19 | 19 | |
20 | 20 | it("accepts only cat for the shared image probe reply", () => { |
21 | 21 | expect(() => assertLiveImageProbeReply("cat")).not.toThrow(); |
| 22 | +expect(() => |
| 23 | +assertLiveImageProbeReply( |
| 24 | +"model metadata for `gpt-5.5` not found. defaulting to fallback metadata; this can degrade performance and cause issues.cat", |
| 25 | +), |
| 26 | +).not.toThrow(); |
22 | 27 | expect(() => assertLiveImageProbeReply("horse")).toThrow("image probe expected 'cat'"); |
| 28 | +expect(() => assertLiveImageProbeReply("caterpillar")).toThrow("image probe expected 'cat'"); |
23 | 29 | }); |
24 | 30 | |
25 | 31 | it("builds a retryable cron prompt with provider-specific fallback wording", () => { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。