mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 04:50:43 +00:00
test: tighten telegram thread binding assertion
This commit is contained in:
@@ -119,7 +119,6 @@ describe("buildTelegramMessageContext thread binding override", () => {
|
||||
senderId: "42",
|
||||
}),
|
||||
);
|
||||
expect(ctx).not.toBeNull();
|
||||
expect(ctx?.route.accountId).toBe("work");
|
||||
expect(ctx?.route.matchedBy).toBe("binding.channel");
|
||||
expect(ctx?.ctxPayload?.SessionKey).toBe("agent:codex-acp:session-2");
|
||||
|
||||
Reference in New Issue
Block a user