Skip to content

Commit 5a3ed77

Browse files
committed
Merge branch 'main' of github.com:Altinity/clickhouse-regression
2 parents 5cbd462 + 44251de commit 5a3ed77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

parquet/regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ def regression(
683683
self.context.warehouse_uri = "http://minio:9000/warehouse/data/data"
684684

685685
with Given("I have a minio client"):
686-
start_minio(access_key="minio", secret_key="minio123")
686+
start_minio(access_key="minio", secret_key="minio123", uri="localhost:9002")
687687

688688
with Feature("minio"):
689689
Feature(run=load("parquet.tests.s3", "feature"))

parquet/tests/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ def generate_json(self, output_file_path):
314314
@TestStep(Given)
315315
def start_minio(
316316
self,
317-
uri="localhost:9002",
317+
uri="localhost:9001",
318318
access_key="minio",
319319
secret_key="minio123",
320320
timeout=30,

0 commit comments

Comments
 (0)