Skip to content
Snippets Groups Projects
Commit 684ff0fe authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-645: Added mock for additional asyncua function that we now use

parent 2fcbaa51
No related branches found
No related tags found
1 merge request!179Resolve L2SS-465 "Lookup nodes in bulk"
......@@ -86,6 +86,7 @@ class TestOPCua(base.AsyncTestCase):
m_opc_client_members.send_hello = asynctest.asynctest.CoroutineMock()
m_objects_node = asynctest.Mock()
m_objects_node.get_child = asynctest.asynctest.CoroutineMock()
m_objects_node.get_children_descriptions = asynctest.asynctest.CoroutineMock()
m_opc_client_members.get_objects_node = asynctest.Mock(return_value=m_objects_node)
m_opc_client.return_value = m_opc_client_members
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment