mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-01-31 11:03:11 +08:00
Update test/backend-test/test-domain.js
This commit is contained in:
@@ -55,7 +55,7 @@ test("Domain Expiry", async (t) => {
|
||||
});
|
||||
const manyDays = 3650;
|
||||
setSetting("domainExpiryNotifyDays", [ manyDays ], "general");
|
||||
const [ notifRet, data ] = await Promise.all([
|
||||
const [ _notifRet, data ] = await Promise.all([
|
||||
DomainExpiry.sendNotifications(monHttpCom, [ notif ]),
|
||||
mockWebhook(hook.port, hook.url)
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user