diff --git a/src/daemon/systemd.test.ts b/src/daemon/systemd.test.ts index 80cdc43fd2a..b8988f84f19 100644 --- a/src/daemon/systemd.test.ts +++ b/src/daemon/systemd.test.ts @@ -118,13 +118,6 @@ describe("resolveSystemdUserUnitPath", () => { ); }); - it("handles case-insensitive 'DEFAULT' profile", () => { - const env = { HOME: "/home/test", OPENCLAW_PROFILE: "DEFAULT" }; - expect(resolveSystemdUserUnitPath(env)).toBe( - "/home/test/.config/systemd/user/openclaw-gateway.service", - ); - }); - it("trims whitespace from OPENCLAW_PROFILE", () => { const env = { HOME: "/home/test", OPENCLAW_PROFILE: " myprofile " }; expect(resolveSystemdUserUnitPath(env)).toBe(