From b0a897f934fb37cef5a4370064ad3acad9b39116 Mon Sep 17 00:00:00 2001 From: jgolda Date: Tue, 16 Jan 2024 18:16:50 +0100 Subject: [PATCH] Aligned the functional tests with new Min.io certs configuration parameter --- functional/FunctionalTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functional/FunctionalTest.java b/functional/FunctionalTest.java index 86b359ec8..e7d764515 100644 --- a/functional/FunctionalTest.java +++ b/functional/FunctionalTest.java @@ -3839,8 +3839,8 @@ public static Process runMinio(boolean tls) throws Exception { "server", "--address", ":9001", - "--config-dir", - ".cfg", + "--certs-dir", + ".cfg/certs", ".d{1...4}"); } else { pb = new ProcessBuilder(binaryPath.getPath(), "server", ".d{1...4}");