1
0
Fork 0
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:
Salamandar 2024-03-18 23:37:17 +01:00
parent df67b3fe39
commit 979780b144

View file

@ -8,5 +8,9 @@ test_format = 1.0
# Tests to run
# ------------
test_upgrade_from.cb1ccdf04ff50b14826a96da2930570bd482f233.name = "1.0.3~ynh3"
test_upgrade_from.cb1ccdf04ff50b14826a96da2930570bd482f233.args.path = "/"
[default.test_upgrade_from.cb1ccdf04ff50b14826a96da2930570bd482f233]
name = "1.0.3~ynh3"
args.path = "/"
args.domain = "domain.tld"
args.admin = "package_checker"
args.password = "MySuperComplexPassword"