test(qa): align tool coverage CLI expectation · openclaw/openclaw@b1caba5
vincentkoc
·
2026-06-14
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1405,7 +1405,7 @@ describe("qa cli runtime", () => {
|
1405 | 1405 | |
1406 | 1406 | expect(process.exitCode).toBe(1); |
1407 | 1407 | expectWriteContains(stdoutWrite, "- Verdict: fail"); |
1408 | | -expectWriteContains(stdoutWrite, "web-search missing codex tool call web_search"); |
| 1408 | +expectWriteContains(stdoutWrite, "web_search missing codex tool call web_search"); |
1409 | 1409 | } finally { |
1410 | 1410 | process.exitCode = priorExitCode; |
1411 | 1411 | await fs.rm(repoRoot, { recursive: true, force: true }); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。