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,