mirror of https://github.com/openclaw/openclaw.git
test: debrand queue retry fixtures
This commit is contained in:
parent
884247f8d8
commit
be67c0de1d
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue