diff --git a/test/backend-test/test-domain.js b/test/backend-test/test-domain.js index a41690261..d4b1eeb2d 100644 --- a/test/backend-test/test-domain.js +++ b/test/backend-test/test-domain.js @@ -15,11 +15,6 @@ dayjs.extend(require("dayjs/plugin/utc")); const testDb = new TestDB(); describe("Domain Expiry", () => { - const monHttpCom = { - type: "http", - url: "https://www.google.com", - domainExpiryNotification: true, - }; before(async () => { await testDb.create();