diff options
Diffstat (limited to 'ipatests/test_xmlrpc/test_dns_plugin.py')
-rw-r--r-- | ipatests/test_xmlrpc/test_dns_plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/test_xmlrpc/test_dns_plugin.py b/ipatests/test_xmlrpc/test_dns_plugin.py index e38ea424d..83b5b2aec 100644 --- a/ipatests/test_xmlrpc/test_dns_plugin.py +++ b/ipatests/test_xmlrpc/test_dns_plugin.py @@ -400,7 +400,7 @@ def _get_nameservers_ldap(conn): def get_nameservers(): - ldap = ldap2(shared_instance=False) + ldap = ldap2(api) ldap.connect(ccache=krbV.default_context().default_ccache()) nameservers = [normalize_zone(x) for x in _get_nameservers_ldap(ldap)] return nameservers |