We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b5fbc0 commit 4f0cc3bCopy full SHA for 4f0cc3b
qiita_core/support_files/config_test.cfg
@@ -25,9 +25,6 @@ REQUIRE_APPROVAL = True
25
# Base URL: DO NOT ADD TRAILING SLASH
26
BASE_URL = https://localhost:8383
27
28
-# Download path files
29
-UPLOAD_DATA_DIR = /home/runner/work/qiita/qiita/qiita_db/support_files/test_data/uploads/
30
-
31
# Working directory path
32
WORKING_DIR = /home/runner/work/qiita/qiita/qiita_db/support_files/test_data/working_dir/
33
qiita_core/tests/test_configuration_manager.py
@@ -306,9 +306,6 @@ def test_get_portal_latlong(self):
306
307
BASE_URL = https://localhost
308
309
310
-UPLOAD_DATA_DIR = /tmp/
311
312
313
WORKING_DIR = /tmp/
314
0 commit comments