mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Fixes issue with sub collection for pool members (#53955)
Refactors main() function and module manager in multiple modules in line with recent changes Adds variable types to docs Refactors unit tests to remove deprecated parameters
This commit is contained in:
committed by
Tim Rupp
parent
fbc8ee0288
commit
5be1348081
@@ -103,9 +103,11 @@ class TestManager(unittest.TestCase):
|
||||
def test_get_trunk_facts(self, *args):
|
||||
set_module_args(dict(
|
||||
gather_subset=['virtual-addresses'],
|
||||
password='password',
|
||||
server='localhost',
|
||||
user='admin'
|
||||
provider=dict(
|
||||
server='localhost',
|
||||
password='password',
|
||||
user='admin'
|
||||
)
|
||||
))
|
||||
|
||||
fixture1 = load_fixture('load_ltm_virtual_address_collection_1.json')
|
||||
|
||||
Reference in New Issue
Block a user