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

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

commit 4b62447365bdcbf69ac964ceb336ac150abc6bbb
Author: aldettinger <[email protected]>
AuthorDate: Tue Jul 12 15:13:48 2022 +0200

    jsch: Remove usage of deprecated method in itests
---
 .../org/apache/camel/quarkus/component/jsch/it/JschTestResource.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/integration-tests/jsch/src/test/java/org/apache/camel/quarkus/component/jsch/it/JschTestResource.java
 
b/integration-tests/jsch/src/test/java/org/apache/camel/quarkus/component/jsch/it/JschTestResource.java
index 2ce36df547..dffb181317 100644
--- 
a/integration-tests/jsch/src/test/java/org/apache/camel/quarkus/component/jsch/it/JschTestResource.java
+++ 
b/integration-tests/jsch/src/test/java/org/apache/camel/quarkus/component/jsch/it/JschTestResource.java
@@ -45,7 +45,7 @@ public class JschTestResource implements 
QuarkusTestResourceLifecycleManager {
             container.start();
 
             return CollectionHelper.mapOf(
-                    "jsch.host", container.getContainerIpAddress(),
+                    "jsch.host", container.getHost(),
                     "jsch.port", container.getMappedPort(JSCH_PORT).toString(),
                     "jsch.username", USERNAME,
                     "jsch.password", PASSWORD);

Reply via email to