Skip to content

Commit 11512b1

Browse files
committed
test: update docker stats helper expectations
1 parent d1f2eb0 commit 11512b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/scripts/plugin-prerelease-test-plan.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ describe("scripts/lib/plugin-prerelease-test-plan.mjs", () => {
159159
expect(readFileSync("scripts/e2e/lib/clawhub-fixture-server.cjs", "utf8")).toContain(
160160
"X-ClawHub-Artifact-Sha256",
161161
);
162-
expect(script).toContain("docker stats --no-stream");
162+
expect(script).toContain("docker_e2e_docker_cmd stats --no-stream");
163163
expect(sweepScript).toContain("scan_logs_for_unexpected_errors");
164164
});
165165

@@ -181,7 +181,7 @@ describe("scripts/lib/plugin-prerelease-test-plan.mjs", () => {
181181
weight: 3,
182182
});
183183
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");
185185
expect(script).toContain("node scripts/e2e/kitchen-sink-rpc-walk.mjs");
186186
expect(script).not.toContain("--import tsx");
187187
expect(walkScript).toContain("commands.list");

0 commit comments

Comments
 (0)