mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Add junos_config unit test (#24005)
This commit is contained in:
@@ -41,7 +41,7 @@ class TestJunosCommandModule(TestJunosModule):
|
||||
def tearDown(self):
|
||||
self.mock_send_request.stop()
|
||||
|
||||
def load_fixtures(self, commands=None, format='text'):
|
||||
def load_fixtures(self, commands=None, format='text', changed=False):
|
||||
def load_from_file(*args, **kwargs):
|
||||
module, element = args
|
||||
|
||||
|
||||
Reference in New Issue
Block a user