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"