1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pyinventory_ynh.git synced 2024-09-03 20:16:09 +02:00

update tests

This commit is contained in:
JensDiemer 2021-01-08 13:17:43 +01:00
parent 6adfddecb4
commit 9f886b1b32

View file

@ -25,7 +25,7 @@ class DjangoYnhTestCase(HtmlAssertionMixin, TestCase):
assert str(settings.FINAL_HOME_PATH).endswith('/local_test/opt_yunohost')
assert str(settings.FINAL_WWW_PATH).endswith('/local_test/var_www')
assert str(settings.LOG_FILE).endswith('/local_test/var_log_django_ynh.log')
assert str(settings.LOG_FILE).endswith('/local_test/var_log_pyinventory_ynh.log')
assert settings.ROOT_URLCONF == 'urls'