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:
Tim Rupp
2018-06-18 16:06:13 -07:00
committed by GitHub
parent f71ad4e315
commit 6c654b6947
2 changed files with 2 additions and 4 deletions

View File

@@ -107,7 +107,7 @@ class TestManager(unittest.TestCase):
chain='bigip_ssl_cert1'
)
],
password='passsword',
password='password',
server='localhost',
user='admin'
))