mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 05:11:25 -07:00
* Fixes #35468: ADD max_results to the nios api * Fixes #35468: fix nios unittest * Fixes #35468: document the module docs fragments for nios
This commit is contained in:
parent
c282e4e00f
commit
287f3a609e
3 changed files with 12 additions and 2 deletions
|
@ -32,7 +32,7 @@ class TestNiosApi(unittest.TestCase):
|
|||
def test_get_provider_spec(self):
|
||||
provider_options = ['host', 'username', 'password', 'ssl_verify', 'silent_ssl_warnings',
|
||||
'http_request_timeout', 'http_pool_connections',
|
||||
'http_pool_maxsize', 'max_retries', 'wapi_version']
|
||||
'http_pool_maxsize', 'max_retries', 'wapi_version', 'max_results']
|
||||
res = api.WapiBase.provider_spec
|
||||
self.assertIsNotNone(res)
|
||||
self.assertIn('provider', res)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue