File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
tests/integration/microservices Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 55# pip-compile --output-file=tests/integration/microservices/back/requirements.txt tests/integration/microservices/back/requirements.in
66#
77
8- opengeodeweb-back == 5.* ,>= 5.11.1rc1
Original file line number Diff line number Diff line change 55# pip-compile --output-file=tests/integration/microservices/viewer/requirements.txt tests/integration/microservices/viewer/requirements.in
66#
77
8- opengeodeweb-viewer == 1.* ,>= 1.11.6rc2
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ async function run_back(
118118 return new Promise ( async ( resolve , reject ) => {
119119 let upload_folder_path = args . upload_folder_path
120120 if ( ! args . upload_folder_path ) {
121- upload_folder_path = args . project_folder_path
121+ upload_folder_path = path . join ( args . project_folder_path , "uploads" )
122122 }
123123 const port = await get_available_port ( )
124124 const back_args = [
You can’t perform that action at this time.
0 commit comments