summaryrefslogtreecommitdiffstats
path: root/tests/test_cmdline/cmdline.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_cmdline/cmdline.py')
-rw-r--r--tests/test_cmdline/cmdline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cmdline/cmdline.py b/tests/test_cmdline/cmdline.py
index 1df6a7cce..d86652bd1 100644
--- a/tests/test_cmdline/cmdline.py
+++ b/tests/test_cmdline/cmdline.py
@@ -31,7 +31,7 @@ from ipaserver.plugins.ldap2 import ldap2
from ipapython import ipautil
# See if our LDAP server is up and we can talk to it over GSSAPI
-ccache = krbV.default_context().default_ccache().name
+ccache = krbV.default_context().default_ccache()
try:
conn = ldap2(shared_instance=False, ldap_uri=api.env.ldap_uri, base_dn=api.env.basedn)