mirror of
https://github.com/YunoHost-Apps/dex_ynh.git
synced 2024-09-03 18:26:22 +02:00
Fix tests
This commit is contained in:
parent
65a74f0f27
commit
999400e29e
1 changed files with 5 additions and 11 deletions
|
@ -2,17 +2,11 @@ test_format = 1.0
|
||||||
|
|
||||||
[default]
|
[default]
|
||||||
|
|
||||||
# ------------
|
|
||||||
# Tests to run
|
|
||||||
# ------------
|
|
||||||
|
|
||||||
exclude = ["install.private"] # The test IDs to be used in only/exclude statements are: install.root, install.subdir, install.nourl, install.multi, backup_restore, upgrade, upgrade.someCommitId change_url
|
|
||||||
|
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
# Default args to use for install
|
# Default args to use for install
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
|
|
||||||
args.name = "Outline"
|
args.id = "Outline"
|
||||||
args.secret = "secret"
|
args.secret = "secret"
|
||||||
args.callback = "domain.tld/callback"
|
args.callback = "domain.tld/callback"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue