Description: Fix file loader root path
Author: Gilles Dubuc <gilles@wikimedia.org>
Forwarded: not-needed
Last-Update: 2021-02-17
---
--- a/tests/test_config.py
+++ b/tests/test_config.py
@@ -44,7 +44,7 @@
             ("GIF_ENGINE", "thumbor.engines.gif"),
             ("URL_SIGNER", "libthumbor.url_signers.base64_hmac_sha1"),
             ("ALLOW_UNSAFE_URL", True),
-            ("FILE_LOADER_ROOT_PATH", expanduser("~")),
+            ("FILE_LOADER_ROOT_PATH", "/var/lib/thumbor"),
             ("STORAGE_EXPIRATION_SECONDS", 60 * 60 * 24 * 30),
             ("STORES_CRYPTO_KEY_FOR_EACH_IMAGE", False),
             ("MIXED_STORAGE_FILE_STORAGE", "thumbor.storages.no_storage"),
