test: update docker stats helper expectations · openclaw/openclaw@11512b1
steipete
·
2026-05-26
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -159,7 +159,7 @@ describe("scripts/lib/plugin-prerelease-test-plan.mjs", () => {
|
159 | 159 | expect(readFileSync("scripts/e2e/lib/clawhub-fixture-server.cjs", "utf8")).toContain( |
160 | 160 | "X-ClawHub-Artifact-Sha256", |
161 | 161 | ); |
162 | | -expect(script).toContain("docker stats --no-stream"); |
| 162 | +expect(script).toContain("docker_e2e_docker_cmd stats --no-stream"); |
163 | 163 | expect(sweepScript).toContain("scan_logs_for_unexpected_errors"); |
164 | 164 | }); |
165 | 165 | |
@@ -181,7 +181,7 @@ describe("scripts/lib/plugin-prerelease-test-plan.mjs", () => {
|
181 | 181 | weight: 3, |
182 | 182 | }); |
183 | 183 | expect(script).toContain("OPENCLAW_ENTRY=/app/openclaw.mjs"); |
184 | | -expect(script).toContain("docker stats --no-stream"); |
| 184 | +expect(script).toContain("docker_e2e_docker_cmd stats --no-stream"); |
185 | 185 | expect(script).toContain("node scripts/e2e/kitchen-sink-rpc-walk.mjs"); |
186 | 186 | expect(script).not.toContain("--import tsx"); |
187 | 187 | expect(walkScript).toContain("commands.list"); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。