Update test/backend-test/test-system-service.js
Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
parent
ae7dfc5aaa
commit
1378879028
@ -75,7 +75,7 @@ describe("SystemServiceMonitorType", { skip: !shouldRun }, () => {
|
||||
assert.strictEqual(heartbeat.status, DOWN);
|
||||
});
|
||||
|
||||
it("should fail gracefully with invalid characters", async () => {
|
||||
test("check() fails gracefully with invalid characters", async () => {
|
||||
// Mock platform for validation logic test
|
||||
Object.defineProperty(process, "platform", {
|
||||
value: "linux",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user