mirror of https://github.com/openclaw/openclaw.git
test: remove low-value session-file options agent-only case
This commit is contained in:
parent
0c035c85ab
commit
a4f86dc433
|
|
@ -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", () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue