test(gateway): assert single-row list metadata fallback

This commit is contained in:
Vincent Koc
2026-06-14 19:34:27 +08:00
parent 42fee97805
commit 1ba6619f2e
@@ -274,6 +274,9 @@ describe("single gateway session row child-session cache", () => {
expect(subagentRegistryReadMock.buildSubagentRunReadIndex).toHaveBeenCalledTimes(
1,
);
expect(
subagentRegistryReadMock.getSessionDisplaySubagentRunByChildSessionKey,
).not.toHaveBeenCalled();
vi.clearAllMocks();