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 caf382db58 fix:NacosConfig Test error (#6116)
caf382db58 is described below
commit caf382db580d8feb3cb51191aa6311f5777ee54f
Author: Wweiei <[email protected]>
AuthorDate: Thu Aug 28 09:26:41 2025 +0800
fix:NacosConfig Test error (#6116)
---
.../test/java/org/apache/shenyu/infra/nacos/config/NacosConfigTest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/shenyu-infra/shenyu-infra-nacos/src/test/java/org/apache/shenyu/infra/nacos/config/NacosConfigTest.java
b/shenyu-infra/shenyu-infra-nacos/src/test/java/org/apache/shenyu/infra/nacos/config/NacosConfigTest.java
index 952b6c543b..44731daf47 100644
---
a/shenyu-infra/shenyu-infra-nacos/src/test/java/org/apache/shenyu/infra/nacos/config/NacosConfigTest.java
+++
b/shenyu-infra/shenyu-infra-nacos/src/test/java/org/apache/shenyu/infra/nacos/config/NacosConfigTest.java
@@ -55,6 +55,7 @@ public final class NacosConfigTest {
.password(PASSWORD)
.username(USERNAME)
.url(URL)
+ .namespace(NAMESPACE)
.build();
that = NacosConfig.builder()
@@ -63,6 +64,7 @@ public final class NacosConfigTest {
.password(PASSWORD)
.username(USERNAME)
.url(URL)
+ .namespace(NAMESPACE)
.build();
}