Update test/backend-test/test-system-service.js
Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
parent
1378879028
commit
3c980056f2
@ -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",
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user