From d8a924353226360de5466f2b605d49e66c99d93e Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 1 Feb 2022 15:26:45 +0100 Subject: [PATCH] =?UTF-8?q?Typo=20=C3=A9=5F=C3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tests/test_apps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/test_apps.py b/src/tests/test_apps.py index 6ff2c5271..76397093d 100644 --- a/src/tests/test_apps.py +++ b/src/tests/test_apps.py @@ -164,7 +164,7 @@ def install_legacy_app(domain, path, public=True): def install_manifestv2_app(domain, path, public=True): app_install( - os.path.join(get_test_apps_dir(), "manivestv2_app_ynh"), + os.path.join(get_test_apps_dir(), "manifestv2_app_ynh"), args="domain={}&path={}&init_main_permission={}".format(domain, path, "visitors" if public else "all_users"), force=True, )