mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Fixes the default assignment of values (#41672)
Fixes: #41640 The defaults should be inherited from the parent during initial creation. This patch fixes that.
This commit is contained in:
@@ -107,7 +107,7 @@ class TestManager(unittest.TestCase):
|
||||
chain='bigip_ssl_cert1'
|
||||
)
|
||||
],
|
||||
password='passsword',
|
||||
password='password',
|
||||
server='localhost',
|
||||
user='admin'
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user