diff --git a/test/e2e/qa-lab/runtime/package-openclaw-for-docker.e2e.test.ts b/test/e2e/qa-lab/runtime/package-openclaw-for-docker.e2e.test.ts index e73bf3ec49d9..ae9576546ae6 100644 --- a/test/e2e/qa-lab/runtime/package-openclaw-for-docker.e2e.test.ts +++ b/test/e2e/qa-lab/runtime/package-openclaw-for-docker.e2e.test.ts @@ -135,7 +135,7 @@ describe("package-openclaw-for-docker", () => { ); }); - it("uses build-all as the single bounded package artifact build step", async () => { + it("uses build-all with declaration generation for package artifacts", async () => { const calls: Array<{ command: string; args: string[];