test(delivery-queue): align test assertion with 'next startup' log message

This commit is contained in:
Stephen Schoettler
2026-03-22 17:33:01 -07:00
committed by Peter Steinberger
parent ca778b3f3c
commit 329e539796

View File

@@ -463,7 +463,7 @@ describe("delivery-queue", () => {
const remaining = await loadPendingDeliveries(tmpDir);
expect(remaining).toHaveLength(3);
expect(log.warn).toHaveBeenCalledWith(expect.stringContaining("deferred to next restart"));
expect(log.warn).toHaveBeenCalledWith(expect.stringContaining("deferred to next startup"));
});
it("defers entries until backoff becomes eligible", async () => {