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

liujun 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 b8bdb10  fix wrong configuration
b8bdb10 is described below

commit b8bdb102ea4347192074c6f126f2450212375d38
Author: ken.lj <[email protected]>
AuthorDate: Sat Jan 29 13:24:28 2022 +0800

    fix wrong configuration
---
 dubbo-samples-async/dubbo-samples-async-provider/case-configuration.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dubbo-samples-async/dubbo-samples-async-provider/case-configuration.yml 
b/dubbo-samples-async/dubbo-samples-async-provider/case-configuration.yml
index 86f868d..d88fa20 100644
--- a/dubbo-samples-async/dubbo-samples-async-provider/case-configuration.yml
+++ b/dubbo-samples-async/dubbo-samples-async-provider/case-configuration.yml
@@ -76,7 +76,7 @@ services:
 
   async-consumer-test:
     type: test
-    basedir: servicediscovery-consumer-old
+    basedir: dubbo-samples-async-provider
     tests:
       - "**/*IT.class"
     systemProps:

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

Reply via email to