Skip to content

Commit

Permalink
test_nacm BUGFIX add filter
Browse files Browse the repository at this point in the history
  • Loading branch information
roman committed Nov 2, 2023
1 parent c86221a commit 3c8b735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_nacm.c
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ test_edit_config_update(void **state)
ASSERT_OK_REPLY(st);
FREE_TEST_VARS(st);

GET_CONFIG(st);
GET_CONFIG_FILTER(st, "/edit1:*");
expected =
"<get-config xmlns=\"urn:ietf:params:xml:ns:netconf:base:1.0\">\n"
" <data>\n"
Expand Down

0 comments on commit 3c8b735

Please sign in to comment.