From d08f822f78f27fd7858a4aebb5f3d41d99ad1aaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 17 Oct 2023 19:01:15 +0200 Subject: [PATCH] cleaning --- manifest.toml | 4 ---- tests.toml | 6 ++++++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index 11bf01f..1f52a1e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -34,10 +34,6 @@ ram.runtime = "50M" [install.domain] type = "domain" - [install.path] - type = "path" - default = "/element-call" - [install.init_main_permission] type = "group" default = "visitors" diff --git a/tests.toml b/tests.toml index ef85415..86e9f93 100644 --- a/tests.toml +++ b/tests.toml @@ -8,4 +8,10 @@ test_format = 1.0 # Tests to run # ------------ + exclude = ["install.subdir"] + + # ------------------------------- + # Default args to use for install + # ------------------------------- + arg.default_home_server = "my-own-homeserver.tld"