From 9de052c144ac80df12ebe396d6892b37d969c632 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Wed, 10 Aug 2022 13:38:15 +0200 Subject: [PATCH] Test: modified test for fix [Validation of mandatory in choice/case does not work in some cases](https://github.com/clicon/clixon/issues/349) --- test/test_type.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_type.sh b/test/test_type.sh index e957b16e..aaaf697d 100755 --- a/test/test_type.sh +++ b/test/test_type.sh @@ -619,7 +619,7 @@ EOF expecteof_netconf "$clixon_netconf -qf $cfg" 0 "$DEFAULTHELLO" "" "" "" new "netconf validate should fail" - expecteof_netconf "$clixon_netconf -qf $cfg" 0 "$DEFAULTHELLO" "" "" "protocolmissing-elementmanerrorMandatory variable of manc in module example" + expecteof_netconf "$clixon_netconf -qf $cfg" 0 "$DEFAULTHELLO" "" "" "applicationmissing-elementmanerrorMandatory variable of manc in module example" new "netconf discard-changes" expecteof_netconf "$clixon_netconf -qf $cfg" 0 "$DEFAULTHELLO" "" "" ""