mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 07:08:45 +05:00
Update xmldp sanity check test to check non-*req paths
This commit is contained in:
committed by
Dan Christian Bogos
parent
449bc5c08a
commit
87847f5028
@@ -2068,6 +2068,7 @@ func TestConfigSanityERsXmlRootPath(t *testing.T) {
|
||||
},
|
||||
"xml_root_path": "A.B",
|
||||
"fields":[
|
||||
{"tag": "VariableFldNoReq", "path": "*cgreq.VariableFldNoReq", "type": "*variable", "value": "~*vars.C", "mandatory": true},
|
||||
{"tag": "VariableFld", "path": "*cgreq.VariableFld", "type": "*variable", "value": "~*req.A.B.Value1", "mandatory": true},
|
||||
{"tag": "ComposedFld", "path": "*cgreq.ComposedFld", "type": "*composed", "value": "~*req.A.B.Value2", "mandatory": true},
|
||||
{"tag": "ComposedFld", "path": "*cgreq.ComposedFld", "type": "*composed", "value": "_", "mandatory": true},
|
||||
|
||||
Reference in New Issue
Block a user