test: remove low-value session-file options agent-only case

This commit is contained in:
Peter Steinberger
2026-02-16 08:41:46 +00:00
parent 0c035c85ab
commit a4f86dc433

View File

@@ -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", () => {