mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
Fix upgrade from manifestv1 : is_public=true
This commit is contained in:
parent
592c25c88c
commit
575a99036a
1 changed files with 4 additions and 7 deletions
11
tests.toml
11
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"
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue