test(telegram): update dm topic session-key expectation

This commit is contained in:
Brian Le
2026-03-01 20:31:33 -05:00
committed by Peter Steinberger
parent 049f00ab57
commit 0b0c26eb9d

View File

@@ -928,7 +928,7 @@ describe("createTelegramBot", () => {
expect(replySpy).toHaveBeenCalledTimes(1);
const payload = replySpy.mock.calls[0][0];
expect(payload.CommandTargetSessionKey).toBe("agent:main:main:thread:99");
expect(payload.CommandTargetSessionKey).toBe("agent:main:main:thread:12345:99");
});
it("allows native DM commands for paired users", async () => {