From ca0296e4540e34a3c2b7c310b02ade9f65aa94e0 Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 14 Nov 2020 17:31:28 +0100 Subject: [PATCH] mixing test --- src/test/test.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/test/test.cpp b/src/test/test.cpp index 81432182b..f0801dbb9 100644 --- a/src/test/test.cpp +++ b/src/test/test.cpp @@ -820,11 +820,9 @@ void Test::run_test(uuid::console::Shell & shell, const std::string & command) { uart_telegram({0xA0, 0x00, 0xFF, 0x00, 0x01, 0x55, 0x00, 0x1A}); shell.invoke_command("show"); - shell.invoke_command("call"); shell.invoke_command("call mixer info"); - shell.invoke_command("publish"); + shell.invoke_command("call system publish"); shell.invoke_command("show mqtt"); - shell.invoke_command("call mixer"); } }