This is an automated email from the ASF dual-hosted git repository.
zrlw pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.3 by this push:
new 4034e98a55 Fix MeshAppRuleListenerTest (#15570)
4034e98a55 is described below
commit 4034e98a550db3b39afc0cac7a73286dbaa9b375
Author: co63oc <[email protected]>
AuthorDate: Sun Jul 20 17:27:15 2025 +0800
Fix MeshAppRuleListenerTest (#15570)
---
.../dubbo/rpc/cluster/router/mesh/route/MeshAppRuleListenerTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/router/mesh/route/MeshAppRuleListenerTest.java
b/dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/router/mesh/route/MeshAppRuleListenerTest.java
index 07724fb9fb..2847e3dcf0 100644
---
a/dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/router/mesh/route/MeshAppRuleListenerTest.java
+++
b/dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/router/mesh/route/MeshAppRuleListenerTest.java
@@ -88,7 +88,7 @@ class MeshAppRuleListenerTest {
+ " name: testing\n"
+ " trafficPolicy:\n"
+ " loadBalancer: { simple: ROUND_ROBIN }\n";
- private static final String rule4 =
"apiVersionservice.dubbo.apache.org/v1alpha1\n";
+ private static final String rule4 = "apiVersion:
service.dubbo.apache.org/v1alpha1\n";
private static final String rule5 = "apiVersion:
service.dubbo.apache.org/v1alpha1\n" + "kind: DestinationRule\n"
+ "metadata: { name: demo-route.Type1 }\n"
+ "spec:\n"