Skip to content

Commit 0bec784

Browse files
author
Artem
committed
#RI-4399 fix tests
1 parent 347cf80 commit 0bec784

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

tests/e2e/.env

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ NOTIFICATION_UPDATE_URL=https://s3.amazonaws.com/redisinsight.test/public/tests/
66
NOTIFICATION_SYNC_INTERVAL=30000
77
RI_FEATURES_CONFIG_URL=http://static-server:5551/remote/features-config.json
88
RI_FEATURES_CONFIG_SYNC_INTERVAL=5000
9-
REMOTE_FOLDER_PATH=./remote

tests/e2e/docker.web.docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ services:
3636
E2E_CLOUD_DATABASE_PASSWORD: $E2E_CLOUD_DATABASE_PASSWORD
3737
E2E_CLOUD_DATABASE_USERNAME: $E2E_CLOUD_DATABASE_USERNAME
3838
E2E_CLOUD_DATABASE_NAME: $E2E_CLOUD_DATABASE_NAME
39+
REMOTE_FOLDER_PATH: "/root/remote"
3940
command: [
4041
'./wait-for-it.sh', 'redis-enterprise:12000', '-s', '-t', '120',
4142
'--',

tests/e2e/local.web.docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ services:
3333
E2E_CLOUD_DATABASE_PASSWORD: $E2E_CLOUD_DATABASE_PASSWORD
3434
E2E_CLOUD_DATABASE_USERNAME: $E2E_CLOUD_DATABASE_USERNAME
3535
E2E_CLOUD_DATABASE_NAME: $E2E_CLOUD_DATABASE_NAME
36+
REMOTE_FOLDER_PATH: "/root/remote"
3637
entrypoint: [
3738
'./upload-custom-plugins.sh',
3839
]

0 commit comments

Comments
 (0)