From 57983c061d6d03bbc9345b253c76a2d93a7edf24 Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 14 Nov 2020 16:56:48 +0100 Subject: [PATCH] updated test --- src/test/test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/test.cpp b/src/test/test.cpp index 35d8bbeea..81432182b 100644 --- a/src/test/test.cpp +++ b/src/test/test.cpp @@ -269,8 +269,8 @@ void Test::run_test(uuid::console::Shell & shell, const std::string & command) { shell.invoke_command("show devices"); shell.invoke_command("show"); - // shell.invoke_command("publish"); - // shell.invoke_command("show mqtt"); + shell.invoke_command("call system publish"); + shell.invoke_command("show mqtt"); } if (command == "fr120") {