Skip to content

Commit d5b52cd

Browse files
committed
fix for env variable
1 parent 3d2cf13 commit d5b52cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ NOTIFICATION_UPDATE_URL=https://s3.amazonaws.com/redisinsight.test/public/tests/
55
NOTIFICATION_SYNC_INTERVAL=30000
66
RI_FEATURES_CONFIG_URL=http://static-server:5551/remote/features-config.json
77
RI_FEATURES_CONFIG_SYNC_INTERVAL=50000
8-
RI_ENCRYPTION_KEY=process.env.E2E_RI_ENCRYPTION_KEY
8+
RI_ENCRYPTION_KEY=$E2E_RI_ENCRYPTION_KEY

0 commit comments

Comments
 (0)