mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Correct unit tests and module fixes (#44488)
Cleanup of unit tests. Modules fixes in iapp_template nad profile_dns to support unit tests.
This commit is contained in:
@@ -95,7 +95,7 @@ class TestManager(unittest.TestCase):
|
||||
],
|
||||
partition='Common',
|
||||
state='present',
|
||||
password='passsword',
|
||||
password='password',
|
||||
server='localhost',
|
||||
user='admin'
|
||||
))
|
||||
@@ -123,7 +123,7 @@ class TestManager(unittest.TestCase):
|
||||
],
|
||||
partition='Common',
|
||||
state='present',
|
||||
password='passsword',
|
||||
password='password',
|
||||
server='localhost',
|
||||
user='admin'
|
||||
))
|
||||
@@ -153,7 +153,7 @@ class TestManager(unittest.TestCase):
|
||||
],
|
||||
partition='Common',
|
||||
state='present',
|
||||
password='passsword',
|
||||
password='password',
|
||||
server='localhost',
|
||||
user='admin'
|
||||
))
|
||||
@@ -182,7 +182,7 @@ class TestManager(unittest.TestCase):
|
||||
],
|
||||
partition='Common',
|
||||
state='present',
|
||||
password='passsword',
|
||||
password='password',
|
||||
server='localhost',
|
||||
user='admin'
|
||||
))
|
||||
@@ -214,7 +214,7 @@ class TestManager(unittest.TestCase):
|
||||
],
|
||||
partition='Common',
|
||||
state='present',
|
||||
password='passsword',
|
||||
password='password',
|
||||
server='localhost',
|
||||
user='admin'
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user