mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
fix tests: my_webapp is using manifest v2 now
This commit is contained in:
parent
8242cab735
commit
48ee78afa2
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ def app_expected_files(domain, app):
|
|||
if app.startswith("legacy_app"):
|
||||
yield "/var/www/%s/index.html" % app
|
||||
yield "/etc/yunohost/apps/%s/settings.yml" % app
|
||||
if "manifestv2" in app:
|
||||
if "manifestv2" in app or "my_webapp" in app:
|
||||
yield "/etc/yunohost/apps/%s/manifest.toml" % app
|
||||
else:
|
||||
yield "/etc/yunohost/apps/%s/manifest.json" % app
|
||||
|
|
Loading…
Add table
Reference in a new issue