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

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


The following commit(s) were added to refs/heads/master by this push:
     new 21d66345d8 [fix] Modify the test data of the sample test 
MotanPluginTest (#6164)
21d66345d8 is described below

commit 21d66345d8061117c7d4952eb1e9df7a908c9b09
Author: ywwana <[email protected]>
AuthorDate: Wed Sep 17 12:10:17 2025 +0800

    [fix] Modify the test data of the sample test MotanPluginTest (#6164)
    
    Co-authored-by: ywwana <[email protected]>
---
 .../java/org/apache/shenyu/integrated/test/motan/MotanPluginTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/shenyu-integrated-test/shenyu-integrated-test-motan/src/test/java/org/apache/shenyu/integrated/test/motan/MotanPluginTest.java
 
b/shenyu-integrated-test/shenyu-integrated-test-motan/src/test/java/org/apache/shenyu/integrated/test/motan/MotanPluginTest.java
index c21e5e3cda..4e57ed5899 100644
--- 
a/shenyu-integrated-test/shenyu-integrated-test-motan/src/test/java/org/apache/shenyu/integrated/test/motan/MotanPluginTest.java
+++ 
b/shenyu-integrated-test/shenyu-integrated-test-motan/src/test/java/org/apache/shenyu/integrated/test/motan/MotanPluginTest.java
@@ -36,7 +36,7 @@ public class MotanPluginTest extends AbstractPluginDataInit {
 
     @BeforeAll
     public static void setup() throws IOException {
-        String pluginResult = initPlugin(PluginEnum.MOTAN.getName(), 
"{\"registerAddress\":shenyu-zk:2181\"\",\"registerProtocol\":\"zk\"}");
+        String pluginResult = initPlugin(PluginEnum.MOTAN.getName(), 
"{\"registerAddress\":\"shenyu-zk:2181\",\"registerProtocol\":\"zk\"}");
         assertThat(pluginResult, is("success"));
     }
 

Reply via email to