mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Various bigiq fixes (#44487)
Fixes usage of the RestClient class. Documentation fixes. Removal of dependency code.
This commit is contained in:
@@ -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'
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user