TEST: fix tests for v2.3.15

This commit is contained in:
kumarabhirup 2026-03-20 10:30:41 -07:00
parent df63d6d9b7
commit 065dc6aa9a
No known key found for this signature in database
GPG Key ID: DB7CA2289CAB0167

View File

@ -115,10 +115,12 @@ describe("chat tab helpers", () => {
expect(resolveChatIdentityForTab(parent)).toEqual({
sessionId: "parent-1",
subagentKey: null,
gatewaySessionKey: null,
});
expect(resolveChatIdentityForTab(child)).toEqual({
sessionId: "parent-1",
subagentKey: "agent:child-1:subagent:abc",
gatewaySessionKey: null,
});
});
});