mirror of
https://github.com/YunoHost-Apps/jellyfin_ynh.git
synced 2024-09-03 19:26:29 +02:00
john doesn't exist, use the package_checker user for upgrade test
This commit is contained in:
parent
dad641e689
commit
73a91d7270
1 changed files with 3 additions and 3 deletions
|
@ -8,9 +8,9 @@ test_format = 1.0
|
|||
sudo apt update >/dev/null
|
||||
"""
|
||||
|
||||
args.admin = "john"
|
||||
args.init_admin_permission="john"
|
||||
args.admin = "package_checker"
|
||||
args.init_admin_permission="package_checker"
|
||||
|
||||
test_upgrade_from.c78bd4fc24803f23b1d243f397f3128d8fe663d8.name = "10.8.13_ynh1"
|
||||
test_upgrade_from.c78bd4fc24803f23b1d243f397f3128d8fe663d8.args.domain = "domain.tld"
|
||||
test_upgrade_from.c78bd4fc24803f23b1d243f397f3128d8fe663d8.args.admin = "john"
|
||||
test_upgrade_from.c78bd4fc24803f23b1d243f397f3128d8fe663d8.args.admin = "package_checker"
|
||||
|
|
Loading…
Add table
Reference in a new issue