Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
Change-Id: I3d2a4735b4f6558f48ff36c0d493563aeb089e96
  • Loading branch information
jktjkt committed Jan 19, 2024
1 parent 419ed47 commit 6672c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2028,7 +2028,7 @@ TEST_CASE("Data Node manipulation")
// NETCONF RPCs are tested separately (the setup for generating them is different):
// libyang::OperationType::RpcNetconf a.k.a. LYD_TYPE_RPC_NETCONF expects the envelope for parsing,
// whereas with RESTCONF, libyang::OperationType::RpcRestconf a.k.a. LYD_TYPE_RPC_RESTCONF the actual RPC
// name is encoded in the URL, and therefore passed out-of-band to the libayng API.
// name is encoded in the URL, and therefore passed out-of-band to the libyang API.

std::string rpcInput, rpcOutput;

Expand Down

0 comments on commit 6672c88

Please sign in to comment.