accounting-lib/src/test/resources/rules/SmartExecutor/SmartExecutor-UNKNOWN.json

12 lines
269 B
JSON
Raw Normal View History

{
"match": {
"serviceClassRegex": "VREManagement",
"serviceNameRegex": "(SmartExecutor)|(smart-executor)",
"calledMethodRegex": ".*UNKNOWN.*"
},
"replace": {
"serviceClass": "VREManagement",
"serviceName": "smart-executor",
"calledMethod": "UNKNOWN"
}
}