mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-23 04:24:00 -07:00
Various bigiq fixes (#44487)
Fixes usage of the RestClient class. Documentation fixes. Removal of dependency code.
This commit is contained in:
parent
d39a711aa1
commit
07a011cd6f
11 changed files with 68 additions and 112 deletions
|
@ -100,7 +100,7 @@ class TestManager(unittest.TestCase):
|
|||
license_key='XXXX-XXXX-XXXX-XXXX-XXXX',
|
||||
accept_eula=True,
|
||||
description='this is a description',
|
||||
password='passsword',
|
||||
password='password',
|
||||
server='localhost',
|
||||
user='admin'
|
||||
))
|
||||
|
|
|
@ -112,7 +112,7 @@ class TestManager(unittest.TestCase):
|
|||
device_password='secret',
|
||||
managed='no',
|
||||
state='present',
|
||||
password='passsword',
|
||||
password='password',
|
||||
server='localhost',
|
||||
user='admin'
|
||||
))
|
||||
|
|
|
@ -86,7 +86,7 @@ class TestManager(unittest.TestCase):
|
|||
set_module_args(dict(
|
||||
license_key='XXXX-XXXX-XXXX-XXXX-XXXX',
|
||||
accept_eula=True,
|
||||
password='passsword',
|
||||
password='password',
|
||||
server='localhost',
|
||||
user='admin'
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue