mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 12:56:01 -06:00
test(sessions): narrow batch resolver fixture
This commit is contained in:
@@ -1054,7 +1054,7 @@ describe("sessions tool", () => {
|
||||
],
|
||||
};
|
||||
}
|
||||
return { key: String(request.params.sessionKey) };
|
||||
return { key: "agent:main:dashboard:changed" };
|
||||
});
|
||||
const tool = createSessionsTool({
|
||||
agentSessionKey: "agent:main:main",
|
||||
|
||||
Reference in New Issue
Block a user