test(agents): remove unused bundle snapshot variable · openclaw/openclaw@5b34805
vincentkoc
·
2026-05-07
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -328,7 +328,6 @@ describe("loadEnabledBundlePiSettingsSnapshot", () => {
|
328 | 328 | it("does not reuse an unscoped current snapshot when plugin load paths change", async () => { |
329 | 329 | const workspaceDir = await tempDirs.make("openclaw-workspace-"); |
330 | 330 | const pluginRoot = await createWorkspaceBundle({ workspaceDir }); |
331 | | -const resolvedPluginRoot = await fs.realpath(pluginRoot); |
332 | 331 | await fs.writeFile( |
333 | 332 | path.join(pluginRoot, "settings.json"), |
334 | 333 | JSON.stringify({ hideThinkingBlock: true }), |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。