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);