Skip to content

Commit 2ab7624

Browse files
committed
test: align qa docker UI dist assertion
1 parent bb64223 commit 2ab7624

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/qa-lab/src/docker-up.runtime.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ describe("runQaDockerUp", () => {
124124
]);
125125
const compose = await readFile(path.join(outputDir, "docker-compose.qa.yml"), "utf8");
126126
expect(compose).toContain(":/opt/openclaw-qa-lab-ui:ro");
127-
expect(compose).toContain(" - --ui-dist-dir");
127+
expect(compose).toContain("--ui-dist-dir /opt/openclaw-qa-lab-ui");
128128
} finally {
129129
await rm(outputDir, { recursive: true, force: true });
130130
}

0 commit comments

Comments
 (0)