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

This commit is contained in:
Frank Elsinga 2026-01-01 08:02:19 +01:00 committed by GitHub
parent 20d2693f33
commit 402d577429
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 [ _, data ] = await Promise.all([
const [ , data ] = await Promise.all([
DomainExpiry.sendNotifications(monHttpCom, [ notif ]),
mockWebhook(hook.port, hook.url)
]);