mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-09-04 17:23:21 +00:00
Update test/backend-test/test-system-service.js
Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
@@ -63,7 +63,7 @@ describe("SystemServiceMonitorType", { skip: !shouldRun }, () => {
|
||||
assert.ok(heartbeat.msg.includes("is running"));
|
||||
});
|
||||
|
||||
it("should detect a stopped service", async () => {
|
||||
test("check() returns DOWN for a stopped service", async () => {
|
||||
const monitor = {
|
||||
system_service_name: "non-existent-service-12345",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user