diff options
Diffstat (limited to 'ipatests/test_ipaserver/test_ldap.py')
-rw-r--r-- | ipatests/test_ipaserver/test_ldap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/test_ipaserver/test_ldap.py b/ipatests/test_ipaserver/test_ldap.py index a92c50374..9616913d1 100644 --- a/ipatests/test_ipaserver/test_ldap.py +++ b/ipatests/test_ipaserver/test_ldap.py @@ -115,7 +115,7 @@ class test_ldap(object): # a client-only api. Then we register in the commands and objects # we need for the test. myapi = create_api(mode=None) - myapi.bootstrap(context='cli', in_server=True, in_tree=True) + myapi.bootstrap(context='cli', in_server=True) myapi.finalize() pwfile = api.env.dot_ipa + os.sep + ".dmpw" |