mirror of
https://github.com/YunoHost-Apps/framaforms_ynh.git
synced 2024-09-03 18:36:12 +02:00
fix test_upgrade_from: add missing arguments
This commit is contained in:
parent
df67b3fe39
commit
979780b144
1 changed files with 6 additions and 2 deletions
|
@ -8,5 +8,9 @@ test_format = 1.0
|
||||||
# Tests to run
|
# Tests to run
|
||||||
# ------------
|
# ------------
|
||||||
|
|
||||||
test_upgrade_from.cb1ccdf04ff50b14826a96da2930570bd482f233.name = "1.0.3~ynh3"
|
[default.test_upgrade_from.cb1ccdf04ff50b14826a96da2930570bd482f233]
|
||||||
test_upgrade_from.cb1ccdf04ff50b14826a96da2930570bd482f233.args.path = "/"
|
name = "1.0.3~ynh3"
|
||||||
|
args.path = "/"
|
||||||
|
args.domain = "domain.tld"
|
||||||
|
args.admin = "package_checker"
|
||||||
|
args.password = "MySuperComplexPassword"
|
||||||
|
|
Loading…
Reference in a new issue