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

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new b46ac4fcb [INLONG-5026][Manager] Remove the real IP address (#5034)
b46ac4fcb is described below

commit b46ac4fcb9239664c4b4ad63a70ffdb0bd1c9a78
Author: healchow <[email protected]>
AuthorDate: Thu Jul 14 16:08:57 2022 +0800

    [INLONG-5026][Manager] Remove the real IP address (#5034)
---
 .../inlong/manager/client/api/inner/InnerInlongManagerClientTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/inlong-manager/manager-client/src/test/java/org/apache/inlong/manager/client/api/inner/InnerInlongManagerClientTest.java
 
b/inlong-manager/manager-client/src/test/java/org/apache/inlong/manager/client/api/inner/InnerInlongManagerClientTest.java
index 43dd5e1c1..cb19aa876 100644
--- 
a/inlong-manager/manager-client/src/test/java/org/apache/inlong/manager/client/api/inner/InnerInlongManagerClientTest.java
+++ 
b/inlong-manager/manager-client/src/test/java/org/apache/inlong/manager/client/api/inner/InnerInlongManagerClientTest.java
@@ -523,7 +523,7 @@ class InnerInlongManagerClientTest {
                         .id(4)
                         .sourceType("KAFKA")
                         .autoOffsetReset("11")
-                        .bootstrapServers("10.110.221.22")
+                        .bootstrapServers("127.0.0.1")
                         .build()
         );
 

Reply via email to