From 235e47a0bd6ee5b4e637daf726453d2ba0cf5b45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gr=C3=BCning?= Date: Fri, 3 Jun 2022 11:04:59 +0200 Subject: [PATCH] try fixing the integration tests --- test/integration/objectstore/_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/objectstore/_base.py b/test/integration/objectstore/_base.py index 521c33d172e..51353ee5c64 100644 --- a/test/integration/objectstore/_base.py +++ b/test/integration/objectstore/_base.py @@ -40,7 +40,7 @@ def start_minio(container_name): "--rm", "minio/minio:latest", "server", - "/tmp/data", + "/data", ] subprocess.check_call(minio_start_args)