mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Add junos unit test case (#24249)
* Add junos modules unit test case * Fix CI issues
This commit is contained in:
@@ -110,5 +110,5 @@ class TestJunosModule(unittest.TestCase):
|
||||
self.assertEqual(result['changed'], changed, result)
|
||||
return result
|
||||
|
||||
def load_fixtures(self, commands=None):
|
||||
def load_fixtures(self, commands=None, format=None, changed=None):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user