Revise xmldp sanity check test to account for previous update

This commit is contained in:
ionutboangiu
2024-02-28 03:12:34 -05:00
committed by Dan Christian Bogos
parent 51a3c933d7
commit afe03ac5fd

View File

@@ -2075,6 +2075,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},