From 575a99036a652deee2d7778090c71a3483c7c126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 2 Feb 2024 12:45:18 +0100 Subject: [PATCH] Fix upgrade from manifestv1 : is_public=true --- tests.toml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/tests.toml b/tests.toml index 4c04593..9240d68 100644 --- a/tests.toml +++ b/tests.toml @@ -5,24 +5,21 @@ test_format = 1.0 # ------------ # Tests to run # ------------ - + # ------------------------------- # Default args to use for install # ------------------------------- - - + + # ------------------------------- # Commits to test upgrade from # ------------------------------- test_upgrade_from.2749e7b.name = "5.3.1 - packaging v1" test_upgrade_from.2749e7b.args.domain = "domain.tld" + test_upgrade_from.2749e7b.args.is_public = true test_upgrade_from.2749e7b.args.admin = "package_checker" test_upgrade_from.2749e7b.args.password = "password" test_upgrade_from.2749e7b.args.used_forge = "GitHub" test_upgrade_from.2749e7b.args.forge_token = "11111111111" - - - -