diff --git a/test/test_yang_schema_mount.sh b/test/test_yang_schema_mount.sh
index 774ce301..65822771 100755
--- a/test/test_yang_schema_mount.sh
+++ b/test/test_yang_schema_mount.sh
@@ -200,10 +200,10 @@ new "netconf commit"
expecteof_netconf "$clixon_netconf -qf $cfg" 0 "$DEFAULTHELLO" "" "" ""
new "get mounted augment data"
-expecteof_netconf "$clixon_netconf -qf $cfg" 0 "$DEFAULTHELLO" "" "xx1foobary"
+expecteof_netconf "$clixon_netconf -qf $cfg" 0 "$DEFAULTHELLO" "" "xx1bary"
new "cli show config"
-expectpart "$($clixon_cli -1 -f $cfg show config xml -- -m clixon-mount0 -M urn:example:mount0)" 0 "xx1foobary"
+expectpart "$($clixon_cli -1 -f $cfg show config xml -- -m clixon-mount0 -M urn:example:mount0)" 0 "xx1bary"
if [ $BE -ne 0 ]; then
new "Kill backend"