Update test/backend-test/test-domain.js

This commit is contained in:
Frank Elsinga 2026-01-01 03:11:38 +01:00 committed by GitHub
parent 50b1866889
commit 20d2693f33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,7 +55,7 @@ test("Domain Expiry", async (t) => {
});
const manyDays = 3650;
setSetting("domainExpiryNotifyDays", [ manyDays ], "general");
const [ _notifRet, data ] = await Promise.all([
const [ _, data ] = await Promise.all([
DomainExpiry.sendNotifications(monHttpCom, [ notif ]),
mockWebhook(hook.port, hook.url)
]);