Skip to content

Commit 085a5d7

Browse files
author
Artem
committed
change config for web tests
1 parent 7ab484f commit 085a5d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/helpers/conf.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ export const ossStandaloneRedisearch = {
3232
};
3333

3434
export const ossClusterConfig = {
35-
ossClusterHost: process.env.OSS_CLUSTER_HOST || 'oss-cluster',
36-
ossClusterPort: process.env.OSS_CLUSTER_PORT || '7000',
35+
ossClusterHost: process.env.OSS_CLUSTER_HOST || 'master-plain-7-1',
36+
ossClusterPort: process.env.OSS_CLUSTER_PORT || '6379',
3737
ossClusterDatabaseName: `${process.env.OSS_CLUSTER_DATABASE_NAME || 'test_cluster'}-${uniqueId}`
3838
};
3939

0 commit comments

Comments
 (0)