Skip to content
Snippets Groups Projects
Commit 5757daaa authored by 邹毅贤's avatar 邹毅贤
Browse files

fix cases

parent 03505781
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,12 @@ config_center:
address: 106.12.25.204:8080
group: testApplication_yang
cluster: dev
# 'namespace' can be used for router rule , default value is dubbo.properties
# but if you want to change router rule config file ,just open this item
# namespace: governance.properties
# 'config_file' is not necessary ,default : dubbo.properties
# but if you want to change config file ,just open this item
# config_file: mockDubbog
# config_file: mockDubbog.properties
# application config required
application:
......
......@@ -43,7 +43,7 @@ const (
mockCluster = "dev"
mockNamespace = "mockDubbog.properties"
mockNotifyRes = `[{
"namespaceName": "mockDubbog",
"namespaceName": "mockDubbog.properties",
"notificationId": 53050,
"messages": {
"details": {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment