test: align qa docker UI dist assertion · openclaw/openclaw@2ab7624
steipete
·
2026-05-17
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -124,7 +124,7 @@ describe("runQaDockerUp", () => {
|
124 | 124 | ]); |
125 | 125 | const compose = await readFile(path.join(outputDir, "docker-compose.qa.yml"), "utf8"); |
126 | 126 | 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"); |
128 | 128 | } finally { |
129 | 129 | await rm(outputDir, { recursive: true, force: true }); |
130 | 130 | } |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。