From be67c0de1d5b60a86b2ac844696bd68057a374f4 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 27 Mar 2026 21:58:29 +0000 Subject: [PATCH] test: debrand queue retry fixtures --- src/infra/outbound/delivery-queue.policy.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/infra/outbound/delivery-queue.policy.test.ts b/src/infra/outbound/delivery-queue.policy.test.ts index 8379c34ccd9..e4b8b5a2d45 100644 --- a/src/infra/outbound/delivery-queue.policy.test.ts +++ b/src/infra/outbound/delivery-queue.policy.test.ts @@ -56,7 +56,7 @@ describe("delivery-queue policy", () => { const result = isEntryEligibleForRecoveryRetry( { id: "entry-1", - channel: "whatsapp", + channel: "demo-channel", to: "+1", payloads: [{ text: "a" }], enqueuedAt: now, @@ -72,7 +72,7 @@ describe("delivery-queue policy", () => { const result = isEntryEligibleForRecoveryRetry( { id: "entry-2", - channel: "whatsapp", + channel: "demo-channel", to: "+1", payloads: [{ text: "a" }], enqueuedAt: now - 30_000,