This is an automated email from the ASF dual-hosted git repository.

jiriondrusek pushed a commit to branch 3.15.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/3.15.x by this push:
     new 04250c7c15 Fix printing sensitive ENVs information from SSH test
04250c7c15 is described below

commit 04250c7c15979b0622fca660774cdc45d04b165a
Author: Lukas Lowinger <llowi...@redhat.com>
AuthorDate: Mon Apr 7 09:56:29 2025 +0200

    Fix printing sensitive ENVs information from SSH test
---
 .../java/org/apache/camel/quarkus/component/ssh/it/SshTestResource.java | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/integration-tests/ssh/src/test/java/org/apache/camel/quarkus/component/ssh/it/SshTestResource.java
 
b/integration-tests/ssh/src/test/java/org/apache/camel/quarkus/component/ssh/it/SshTestResource.java
index cc939126b1..5eced52524 100644
--- 
a/integration-tests/ssh/src/test/java/org/apache/camel/quarkus/component/ssh/it/SshTestResource.java
+++ 
b/integration-tests/ssh/src/test/java/org/apache/camel/quarkus/component/ssh/it/SshTestResource.java
@@ -34,7 +34,6 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 import org.testcontainers.containers.GenericContainer;
 import org.testcontainers.containers.wait.strategy.Wait;
-import org.testcontainers.utility.TestcontainersConfiguration;
 
 public class SshTestResource implements QuarkusTestResourceLifecycleManager {
     private static final Logger LOGGER = 
LoggerFactory.getLogger(SshTestResource.class);
@@ -51,7 +50,6 @@ public class SshTestResource implements 
QuarkusTestResourceLifecycleManager {
 
     @Override
     public Map<String, String> start() {
-        LOGGER.info(TestcontainersConfiguration.getInstance().toString());
         LOGGER.info("Starting SSH container");
 
         try {

Reply via email to