From 58f816f20d1c0cc732293bd6d4a8f900ac9e7176 Mon Sep 17 00:00:00 2001 From: Limezy Date: Thu, 19 Oct 2023 01:19:42 +0700 Subject: [PATCH] Update tests.toml --- tests.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tests.toml b/tests.toml index 0825f69..b233df4 100644 --- a/tests.toml +++ b/tests.toml @@ -6,5 +6,9 @@ test_format = 1.0 # Default args to use for install # ------------------------------- - args.dex_domain="sub.domain.tld" - args.dex_path="/example" \ No newline at end of file + args.dex_domain="dex.domain.tld" + args.dex_path="/example" + + preinstall = """ + sudo yunohost domain add dex.domain.tld + """ \ No newline at end of file