Skip to content

Commit d4b90b0

Browse files
committed
Keep redis at 6379 for now until we can test against new github workflow
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
1 parent 3a506e5 commit d4b90b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/python/tests/integration/feature_repos/repo_configuration.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
)
4747

4848
DYNAMO_CONFIG = {"type": "dynamodb", "region": "us-west-2"}
49-
# Port 12345 is chosen as default for redis node configuration because Redis Cluster is started off of nodes 6379 -> 6384. This causes conflicts in cli integration tests so we manually keep them separate.
50-
REDIS_CONFIG = {"type": "redis", "connection_string": "localhost:12345,db=0"}
49+
# Port 12345 will chosen as default for redis node configuration because Redis Cluster is started off of nodes 6379 -> 6384. This causes conflicts in cli integration tests so we manually keep them separate.
50+
REDIS_CONFIG = {"type": "redis", "connection_string": "localhost:6379,db=0"}
5151
REDIS_CLUSTER_CONFIG = {
5252
"type": "redis",
5353
"redis_type": "redis_cluster",

0 commit comments

Comments
 (0)