test: tighten media auto audio output assertion · openclaw/openclaw@59e2165
steipete
·
2026-05-09
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -146,7 +146,9 @@ describe("runCapability auto audio entries", () => {
|
146 | 146 | if (!runResult) { |
147 | 147 | throw new Error("expected Codex audio result"); |
148 | 148 | } |
149 | | -expect(requireCapabilityOutput(runResult, 0)).toMatchObject({ |
| 149 | +expect(requireCapabilityOutput(runResult, 0)).toEqual({ |
| 150 | +kind: "audio.transcription", |
| 151 | +attachmentIndex: 0, |
150 | 152 | provider: "openai-codex", |
151 | 153 | model: "gpt-4o-transcribe", |
152 | 154 | text: "codex audio", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。