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

@@ -78,7 +78,7 @@ class TestManager(unittest.TestCase):
def test_update_hostname(self, *args):
set_module_args(dict(
hostname='foo2.internal.com',
password='passsword',
password='password',
server='localhost',
user='admin'
))