From 444d4d8fde3f5f3e7a1f4669e3d5fe98e7c57013 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 10 Mar 2023 08:57:42 +0100 Subject: [PATCH] Update tests.toml --- tests.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests.toml b/tests.toml index a0d8f0f..4f4d3a6 100644 --- a/tests.toml +++ b/tests.toml @@ -11,5 +11,12 @@ test_format = 1.0 sudo yunohost app install https://github.com/YunoHost-Apps/synapse_ynh/tree/823f98a8cbe108ad4cc0e38e280a83401dca2b9f -a "domain=sub.domain.tld&server_name=$server_name&is_free_registration=$is_free_registration&jitsi_server=$jitsi_server" --force """ + # ------------------------------- + # Default args to use for install + # ------------------------------- + + args.synapse_app = "synapse" + args.synapse_domain="sub.domain.tld" + \ No newline at end of file