mirror of
https://github.com/YunoHost-Apps/acropolis_ynh.git
synced 2024-09-03 18:06:22 +02:00
Fix test_ugprade_from
This commit is contained in:
parent
2456519cbe
commit
573f6dc737
1 changed files with 7 additions and 3 deletions
10
tests.toml
10
tests.toml
|
@ -10,6 +10,10 @@ test_format = 1.0
|
|||
"install.subdir"
|
||||
]
|
||||
|
||||
test_upgrade_from.dc712d6bf6dd2f67b9863b03b8a6a3705713a81c.name = "previous version"
|
||||
test_upgrade_from.dc712d6bf6dd2f67b9863b03b8a6a3705713a81c.args.email = "admin@domain.tld"
|
||||
test_upgrade_from.dc712d6bf6dd2f67b9863b03b8a6a3705713a81c.args.password = "1Strong-Password"
|
||||
[default.test_upgrade_from.dc712d6bf6dd2f67b9863b03b8a6a3705713a81c]
|
||||
name = "previous version"
|
||||
|
||||
args.admin = "package_checker"
|
||||
args.email = "admin@domain.tld"
|
||||
args.password = "1Strong-Password"
|
||||
args.domain = "domain.tld"
|
||||
|
|
Loading…
Reference in a new issue