Skip to content

Commit 899114b

Browse files
committed
tests UPDATE error message changed
1 parent febf1e6 commit 899114b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/yanglint/interactive/data_xpath.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ test data_xpath_container {--xpath to container} {
3939
test data_xpath_wrong_path {--xpath to a non-existent node} {
4040
-setup $ly_setup -cleanup $ly_cleanup -body {
4141
ly_cmd "load moddatanodes"
42-
ly_cmd_err "data -x /moddatanodes:dnc/wrng $data" "xpath failed"
42+
ly_cmd_err "data -x /moddatanodes:dnc/wrng $data" "XPath check failed"
4343
}}
4444

4545
test data_xpath_err_format {--xpath cannot be combined with --format} {

tests/yanglint/non-interactive/data_xpath.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ test data_xpath_container {--xpath to container} {
2828
} {}
2929

3030
test data_xpath_wrong_path {--xpath to a non-existent node} {
31-
ly_cmd_err "-E /moddatanodes:dnc/wrng $mod $data" "xpath failed"
31+
ly_cmd_err "-E /moddatanodes:dnc/wrng $mod $data" "XPath check failed"
3232
} {}
3333

3434
test data_xpath_err_format {--xpath cannot be combined with --format} {

0 commit comments

Comments
 (0)