From 352940900154dd5d91754b3e267ff6d8da71de17 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 9 Jul 2023 19:03:45 +0200 Subject: [PATCH] Fix config panel test ? --- lib/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tests.sh b/lib/tests.sh index 6a4acb9..5331186 100644 --- a/lib/tests.sh +++ b/lib/tests.sh @@ -72,7 +72,7 @@ _TEST_CONFIG_PANEL() { if [[ -e "$package_path/config_panel.toml" ]] then # Call app config get, but with no output, we just want to check that no error is raised - yunohost app config get $app_id --output-as none + _RUN_YUNOHOST_CMD "app config get $app_id" fi }