Skip to content

Commit

Permalink
adapt test for capability recording
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-sahlmann committed Dec 20, 2023
1 parent e8b5a5d commit 90b197f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_mb_netmgmt.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ def test_create_netconf_server():


def mock_post_request(handler, request):
if request == {"rpc": ""}:
return {"response": ["urn:ietf:params:netconf:base:1.0"]}
return {"response": {"rpc-reply": mock_response}}


Expand Down

0 comments on commit 90b197f

Please sign in to comment.