diff --git a/manifest.toml b/manifest.toml index 678ae5d..f3c89ae 100644 --- a/manifest.toml +++ b/manifest.toml @@ -41,7 +41,7 @@ ram.runtime = "50M" ask.fr = "Choisissez la langue de l'application" type = "select" choices = ["de", "en", "es", "fa", "fr", "it", "lt", "nl", "pl", "pt"] - default = "fr" + default = "en" [resources] diff --git a/tests.toml b/tests.toml index 8faedda..f6d6fc2 100644 --- a/tests.toml +++ b/tests.toml @@ -2,9 +2,11 @@ test_format = 1.0 [default] - # ------------ - # Tests to run - # ------------ + # ------------------------------- + # Default args to use for install + # ------------------------------- + + args.language = "fr" # ------------------------------- # Commits to test upgrade from