mirror of
https://github.com/YunoHost-Apps/jellyfin_ynh.git
synced 2024-09-03 19:26:29 +02:00
Fix args for install ?
This commit is contained in:
parent
3486b71760
commit
550de36993
1 changed files with 5 additions and 5 deletions
10
tests.toml
10
tests.toml
|
@ -8,8 +8,8 @@ test_format = 1.0
|
|||
sudo apt update >/dev/null
|
||||
"""
|
||||
|
||||
args.admin = "john"
|
||||
|
||||
test_upgrade_from.384dcd2ff1dbf4b0085edb7f12e4d15f00508e2b.name = "10.8.0_ynh1"
|
||||
test_upgrade_from.384dcd2ff1dbf4b0085edb7f12e4d15f00508e2b.args.domain = "domain.tld"
|
||||
test_upgrade_from.384dcd2ff1dbf4b0085edb7f12e4d15f00508e2b.args.admin = "john"
|
||||
[default.test_upgrade_from.384dcd2ff1dbf4b0085edb7f12e4d15f00508e2b]
|
||||
name = "10.8.0_ynh1"
|
||||
args.path = "/"
|
||||
args.domain = "domain.tld"
|
||||
args.admin = "package_checker"
|
||||
|
|
Loading…
Add table
Reference in a new issue