Fix app resource test

This commit is contained in:
Alexandre Aubin 2024-01-31 02:43:43 +01:00
parent 133ce6e6b2
commit ddbd367085

View file

@ -44,6 +44,7 @@ def setup_function(function):
os.system("echo 'id: testapp' > /etc/yunohost/apps/testapp/settings.yml")
os.system("echo 'packaging_format = 2' > /etc/yunohost/apps/testapp/manifest.toml")
os.system("echo 'id = \"testapp\"' >> /etc/yunohost/apps/testapp/manifest.toml")
os.system("echo 'description.en = \"A dummy app to test app resources\"' >> /etc/yunohost/apps/testapp/manifest.toml")
def teardown_function(function):