From afe03ac5fddad13cbe668c7332be2cfc25e52e24 Mon Sep 17 00:00:00 2001 From: ionutboangiu Date: Wed, 28 Feb 2024 03:12:34 -0500 Subject: [PATCH] Revise xmldp sanity check test to account for previous update --- config/configsanity_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/configsanity_test.go b/config/configsanity_test.go index 7df227b9a..c9aedcf03 100644 --- a/config/configsanity_test.go +++ b/config/configsanity_test.go @@ -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},