You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2022/01/21 03:36:35 UTC

[servicecomb-java-chassis] 04/05: [SCB-2373]fix test case name error

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

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git

commit 274b43c7fb4317d28ea3bc70657c5872e81a7b06
Author: liubao68 <bi...@qq.com>
AuthorDate: Fri Jan 21 08:56:06 2022 +0800

    [SCB-2373]fix test case name error
---
 demo/demo-filter/filter-client/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/demo/demo-filter/filter-client/pom.xml b/demo/demo-filter/filter-client/pom.xml
index 58bfd4f..8652388 100644
--- a/demo/demo-filter/filter-client/pom.xml
+++ b/demo/demo-filter/filter-client/pom.xml
@@ -76,7 +76,7 @@
     <profile>
       <id>docker</id>
       <properties>
-        <demo.service.name>springmvc-server</demo.service.name>
+        <demo.service.name>filter-server</demo.service.name>
       </properties>
       <build>
         <plugins>