test: dedupe embedded subscribe warning read · openclaw/openclaw@93a8186
steipete
·
2026-05-13
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -179,7 +179,7 @@ describe("handleToolExecutionStart read path checks", () => {
|
179 | 179 | await handleToolExecutionStart(ctx, evt); |
180 | 180 | |
181 | 181 | expect(warn).toHaveBeenCalledTimes(1); |
182 | | -expect(String(warn.mock.calls.at(0)?.[0] ?? "")).toContain("read tool called without path"); |
| 182 | +expect(String(warn.mock.calls[0]?.[0] ?? "")).toContain("read tool called without path"); |
183 | 183 | }); |
184 | 184 | |
185 | 185 | it("awaits onBlockReplyFlush before continuing tool start processing", async () => { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。