test: hide gh config home hint · openclaw/openclaw@482a05a
shakkernerd
·
2026-05-13
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -271,7 +271,7 @@ describe("formatGhConfigDirMismatchHint", () => {
|
271 | 271 | suggestedEnvValue: "/srv/automation/.config/gh", |
272 | 272 | }; |
273 | 273 | const lines = formatGhConfigDirMismatchHint(mismatch); |
274 | | -expect(lines.some((line) => line.includes("Authenticated HOME"))).toBe(false); |
| 274 | +expect(lines.join("\n")).not.toContain("Authenticated HOME"); |
275 | 275 | expect(lines).toContain( |
276 | 276 | " Fix: set GH_CONFIG_DIR=/srv/automation/.config/gh on the OpenClaw service environment, then restart the gateway.", |
277 | 277 | ); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。