From 8ca9f7ee3082f5be92cc0dc98b0a37ea9c57fe62 Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 29 Nov 2025 15:36:24 +0100 Subject: [PATCH] change ip --- test/test_api/api_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_api/api_test.js b/test/test_api/api_test.js index 9fb4b8edc..9d8a74f3c 100644 --- a/test/test_api/api_test.js +++ b/test/test_api/api_test.js @@ -29,7 +29,7 @@ async function testAPI(ip = "ems-esp.local", apiPath = "system") { } // Run the test -testAPI("192.168.1.223", "system") +testAPI("192.168.1.65", "system") .then(() => { console.log('Test completed successfully'); process.exit(0);