Update test/backend-test/test-system-service.js

Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
iotux 2026-01-02 06:31:19 +01:00 committed by GitHub
parent ae7dfc5aaa
commit 1378879028
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",