diff --git a/src/infra/outbound/delivery-queue.test.ts b/src/infra/outbound/delivery-queue.test.ts index 71594789337..f22f82af2ef 100644 --- a/src/infra/outbound/delivery-queue.test.ts +++ b/src/infra/outbound/delivery-queue.test.ts @@ -21,7 +21,9 @@ describe("isPermanentDeliveryError", () => { }); it("detects 'invalid form body'", () => { - expect(isPermanentDeliveryError("Invalid Form Body: content must be 2000 characters or fewer")).toBe(true); + expect( + isPermanentDeliveryError("Invalid Form Body: content must be 2000 characters or fewer"), + ).toBe(true); }); // HTTP status code detection