diff --git a/src/config/sessions/sessions.test.ts b/src/config/sessions/sessions.test.ts index b674b05c2..9123321a8 100644 --- a/src/config/sessions/sessions.test.ts +++ b/src/config/sessions/sessions.test.ts @@ -166,11 +166,6 @@ describe("session path safety", () => { agentId: "ops", }); }); - - it("falls back to agentId when storePath is absent", () => { - const opts = resolveSessionFilePathOptions({ agentId: "ops" }); - expect(opts).toEqual({ agentId: "ops" }); - }); }); describe("resolveSessionResetPolicy", () => {