diff --git a/src/test/test.cpp b/src/test/test.cpp index 2c5e4ed73..5cf7bf92c 100644 --- a/src/test/test.cpp +++ b/src/test/test.cpp @@ -1172,7 +1172,9 @@ void Test::run_test(uuid::console::Shell & shell, const std::string & cmd, const test("boiler"); test("thermostat"); - EMSESP::mqtt_.incoming("ems-esp/boiler/wwseltemp", "59"); + EMSESP::mqtt_.incoming("ems-esp/boiler/seltemp", "59"); + EMSESP::mqtt_.incoming("badems-esp/boiler/seltemp", "59"); // should fail + ok = true; }