From 1378879028ce7276601dfd23e8f63a0c26d12097 Mon Sep 17 00:00:00 2001 From: iotux <46082385+iotux@users.noreply.github.com> Date: Fri, 2 Jan 2026 06:31:19 +0100 Subject: [PATCH] Update test/backend-test/test-system-service.js Co-authored-by: Frank Elsinga --- test/backend-test/test-system-service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/backend-test/test-system-service.js b/test/backend-test/test-system-service.js index ffc983293..08474a01d 100644 --- a/test/backend-test/test-system-service.js +++ b/test/backend-test/test-system-service.js @@ -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",