mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-02 23:31:25 -07:00
Add junos unit test case (#24249)
* Add junos modules unit test case * Fix CI issues
This commit is contained in:
parent
a0dfa8616a
commit
0e756a1cf9
9 changed files with 447 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue