Skip to content

Commit 26b5dfa

Browse files
committed
change v6 to v7 for recommendations
1 parent 631606e commit 26b5dfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/e2e/rte.docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ services:
8383
# oss standalone v7
8484
oss-standalone-v7:
8585
logging: *logging
86-
image: redis:7.2.5
86+
image: redis:7.4-rc2
8787
ports:
8888
- 8108:6379
8989
networks:

tests/e2e/tests/web/regression/insights/live-recommendations.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const apiKeyRequests = new APIKeyRequests();
2222

2323
const databasesForAdding = [
2424
{ host: ossStandaloneV5Config.host, port: ossStandaloneV5Config.port, databaseName: ossStandaloneV5Config.databaseName },
25-
{ host: ossStandaloneConfig.host, port: ossStandaloneConfig.port, databaseName: ossStandaloneConfig.databaseName }
25+
{ host: ossStandaloneV7Config.host, port: ossStandaloneV7Config.port, databaseName: ossStandaloneV7Config.databaseName }
2626
];
2727
const tenSecondsTimeout = 10000;
2828
const keyName = `recomKey-${Common.generateWord(10)}`;

0 commit comments

Comments
 (0)