mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix app resource test
This commit is contained in:
parent
133ce6e6b2
commit
ddbd367085
1 changed files with 1 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue