mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
add missing args in tests
This commit is contained in:
parent
db9aa8e6c7
commit
f046c291e5
2 changed files with 2 additions and 2 deletions
|
@ -330,7 +330,7 @@ def test_app_from_catalog():
|
|||
|
||||
app_install(
|
||||
"my_webapp",
|
||||
args=f"domain={main_domain}&path=/site&with_sftp=0&password=superpassword&is_public=1&with_mysql=0",
|
||||
args=f"domain={main_domain}&path=/site&with_sftp=0&password=superpassword&is_public=1&with_mysql=0&phpversion=none",
|
||||
)
|
||||
app_map_ = app_map(raw=True)
|
||||
assert main_domain in app_map_
|
||||
|
|
|
@ -55,7 +55,7 @@ def setup_function(function):
|
|||
|
||||
if "with_legacy_app_installed" in markers:
|
||||
assert not app_is_installed("legacy_app")
|
||||
install_app("legacy_app_ynh", "/yolo")
|
||||
install_app("legacy_app_ynh", "/yolo", "&is_public=true")
|
||||
assert app_is_installed("legacy_app")
|
||||
|
||||
if "with_backup_recommended_app_installed" in markers:
|
||||
|
|
Loading…
Add table
Reference in a new issue