From b9c2c2ad598d7766b4d5545b6b1a48741d2cf2c8 Mon Sep 17 00:00:00 2001 From: proddy Date: Mon, 8 Jul 2024 12:06:03 +0200 Subject: [PATCH] update api tests --- src/test/test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/test.cpp b/src/test/test.cpp index 597741aa2..23cab6c34 100644 --- a/src/test/test.cpp +++ b/src/test/test.cpp @@ -329,7 +329,6 @@ void Test::run_test(uuid::console::Shell & shell, const std::string & cmd, const // shell.invoke_command("call system allvalues"); // shell.invoke_command("call system publish"); // shell.invoke_command("show mqtt"); - shell.invoke_command("call boiler nrgheat"); ok = true; }