Skip to content

Commit f5587a9

Browse files
committed
Removed deprecated env variables
1 parent c0c4050 commit f5587a9

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

tests/.fractal_server.env

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ POSTGRES_DB=fractal_test
44
POSTGRES_USER=postgres
55
POSTGRES_PASSWORD=postgres
66
FRACTAL_LOGGING_LEVEL=0
7-
FRACTAL_TASKS_DIR=/tmp/FRACTAL_TASKS_DIR
87
FRACTAL_RUNNER_BACKEND=local
9-
FRACTAL_RUNNER_WORKING_BASE_DIR=/tmp/artifacts
10-
FRACTAL_LOCAL_CONFIG_FILE=config_local.json
118
FRACTAL_DATA_AUTH_SCHEME=viewer-paths
12-
JWT_EXPIRE_SECONDS=84600
13-
FRACTAL_PIXI_CONFIG_FILE=/tmp/fractal-test-server/pixi.json
9+
JWT_EXPIRE_SECONDS=84600

tests/pixi.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

tests/start-test-server.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ if [ ! -d "$fractal_server_test_path" ]; then
2828
mkdir "$fractal_server_test_path"
2929

3030
# Copy test configuration files
31-
cp "$(pwd)/lib/fractal-server/config_local.json" "$fractal_server_test_path"
3231
cp "$(pwd)/tests/.fractal_server.env" "$fractal_server_test_path"
33-
cp "$(pwd)/tests/pixi.json" "$fractal_server_test_path"
3432
cp "$(pwd)/tests/resource.json" "$fractal_server_test_path"
3533

3634
if [ "$SKIP_OAUTH_TEST" != "true" ]; then

0 commit comments

Comments
 (0)