test(sessions): narrow batch resolver fixture

This commit is contained in:
vyctorbrzezowski
2026-08-18 22:31:11 -03:00
parent a617ec57c2
commit 9ac8c72d04
+1 -1
View File
@@ -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",