move the webhook to a better place

This commit is contained in:
Frank Elsinga
2026-01-01 16:47:31 +01:00
parent 453e468b77
commit ac1c43d2cc
2 changed files with 29 additions and 29 deletions

View File

@@ -3,7 +3,7 @@ process.env.UPTIME_KUMA_HIDE_LOG = [ "info_db", "info_server" ].join(",");
const { describe, test } = require("node:test");
const assert = require("node:assert");
const DomainExpiry = require("../../server/model/domain_expiry");
const mockWebhook = require("../mock-webhook");
const mockWebhook = require("./notification-providers/mock-webhook");
const TestDB = require("../mock-testdb");
const { R } = require("redbean-node");
const { Notification } = require("../../server/notification");