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

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new 5eb69cc  remove redundant application config (#324)
5eb69cc is described below

commit 5eb69cc72cdfdbaa4add5e2b5b2fa45ed427740b
Author: Gong Dewei <[email protected]>
AuthorDate: Wed May 26 22:55:13 2021 +0800

    remove redundant application config (#324)
---
 .../src/test/java/org/apache/dubbo/samples/monitor/MonitorServiceIT.java | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/dubbo-samples-monitor/src/test/java/org/apache/dubbo/samples/monitor/MonitorServiceIT.java
 
b/dubbo-samples-monitor/src/test/java/org/apache/dubbo/samples/monitor/MonitorServiceIT.java
index db6f1cd..fea626a 100644
--- 
a/dubbo-samples-monitor/src/test/java/org/apache/dubbo/samples/monitor/MonitorServiceIT.java
+++ 
b/dubbo-samples-monitor/src/test/java/org/apache/dubbo/samples/monitor/MonitorServiceIT.java
@@ -45,7 +45,6 @@ public class MonitorServiceIT {
     @Test
     public void test() throws Exception {
         ReferenceConfig<MonitorService> reference = new ReferenceConfig<>();
-        reference.setApplication(new ApplicationConfig("demo-monitor"));
         reference.setRegistry(new RegistryConfig("zookeeper://" + 
zookeeperHost + ":2181"));
         reference.setInterface(MonitorService.class);
         reference.setFilter("-monitor");

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to