Skip to content

Commit 4f0cc3b

Browse files
committed
1 parent 4b5fbc0 commit 4f0cc3b

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

qiita_core/support_files/config_test.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ REQUIRE_APPROVAL = True
2525
# Base URL: DO NOT ADD TRAILING SLASH
2626
BASE_URL = https://localhost:8383
2727

28-
# Download path files
29-
UPLOAD_DATA_DIR = /home/runner/work/qiita/qiita/qiita_db/support_files/test_data/uploads/
30-
3128
# Working directory path
3229
WORKING_DIR = /home/runner/work/qiita/qiita/qiita_db/support_files/test_data/working_dir/
3330

qiita_core/tests/test_configuration_manager.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,9 +306,6 @@ def test_get_portal_latlong(self):
306306
# Base URL: DO NOT ADD TRAILING SLASH
307307
BASE_URL = https://localhost
308308
309-
# Download path files
310-
UPLOAD_DATA_DIR = /tmp/
311-
312309
# Working directory path
313310
WORKING_DIR = /tmp/
314311

0 commit comments

Comments
 (0)