diff --git a/src/infra/outbound/targets.test.ts b/src/infra/outbound/targets.test.ts index c9976414e..52d820437 100644 --- a/src/infra/outbound/targets.test.ts +++ b/src/infra/outbound/targets.test.ts @@ -366,12 +366,12 @@ describe("resolveSessionDeliveryTarget — cross-channel reply guard (#24152)", entry: { sessionId: "sess-shared", updatedAt: 1, - lastChannel: "slack", // <- concurrently overwritten - lastTo: "U0AEMECNCBV", // <- Slack user (wrong target) + lastChannel: "slack", // <- concurrently overwritten + lastTo: "U0AEMECNCBV", // <- Slack user (wrong target) }, requestedChannel: "last", - turnSourceChannel: "whatsapp", // <- originated from WhatsApp - turnSourceTo: "+66972796305", // <- WhatsApp user (correct target) + turnSourceChannel: "whatsapp", // <- originated from WhatsApp + turnSourceTo: "+66972796305", // <- WhatsApp user (correct target) }); expect(resolved.channel).toBe("whatsapp");