You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by al...@apache.org on 2021/05/26 14:55:33 UTC

[dubbo-samples] branch master updated: remove redundant application config (#324)

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 <ky...@qq.com>
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: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org