Fixed SmartExecutor rules

This commit is contained in:
Luca Frosini 2020-04-11 00:06:48 +02:00
parent ad54aa46d6
commit 83820adbcf
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
}, },
"replace": { "replace": {
"serviceClass": "VREManagement", "serviceClass": "VREManagement",
"serviceName": "smart-executor", "serviceName": "SmartExecutor",
"calledMethod": "OTHER" "calledMethod": "OTHER"
} }
} }

View File

@ -888,7 +888,7 @@
}, },
"replace": { "replace": {
"serviceClass": "VREManagement", "serviceClass": "VREManagement",
"serviceName": "smart-executor", "serviceName": "SmartExecutor",
"calledMethod": "OTHER" "calledMethod": "OTHER"
} }
},{ },{

File diff suppressed because one or more lines are too long