From 891f683081541abf6e3383a864cf5384751a3bcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 5 Sep 2023 14:07:25 +0200 Subject: [PATCH] fix --- manifest.toml | 2 +- tests.toml | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) 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