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:
Tim Rupp
2018-08-21 22:02:11 -04:00
committed by GitHub
parent bda074d34e
commit 49f34fec13
21 changed files with 251 additions and 163 deletions

View File

@@ -101,7 +101,7 @@ class TestManager(unittest.TestCase):
def test_wait_already_available(self, *args):
set_module_args(dict(
password='passsword',
password='password',
server='localhost',
user='admin'
))