test: align Parallels smoke guards · openclaw/openclaw@b438a9c
steipete
·
2026-04-26
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -28,7 +28,7 @@ describe("Parallels smoke model selection", () => {
|
28 | 28 | expect(script, scriptPath).toContain("workspace-state.json"); |
29 | 29 | expect(script, scriptPath).toContain("IDENTITY.md"); |
30 | 30 | expect(script, scriptPath).toContain("BOOTSTRAP.md"); |
31 | | -expect(script, scriptPath).toContain("--session-id parallels-"); |
| 31 | +expect(script, scriptPath).toMatch(/--session-id\s+['"]?parallels-/); |
32 | 32 | expect(script, scriptPath).toContain("agents.defaults.skipBootstrap true --strict-json"); |
33 | 33 | } |
34 | 34 | }); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。