Skip to content
Snippets Groups Projects
Commit b1f6a6ce authored by Erik Reid's avatar Erik Reid
Browse files

added missing close() method (now required)

parent 4a4517c0
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,9 @@ class MockedJunosDevice(object):
def open(self):
pass
def close(self):
pass
@pytest.fixture
def netconf_doc(mocker, router, data_config):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment