From a603396e140418f774748bf134e827a10204c61b Mon Sep 17 00:00:00 2001 From: stroeder Date: Mon, 20 Nov 2017 17:39:12 +0000 Subject: [PATCH] use single quotes --- Tests/t_cext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/t_cext.py b/Tests/t_cext.py index e1d79d3..cac661e 100644 --- a/Tests/t_cext.py +++ b/Tests/t_cext.py @@ -192,7 +192,7 @@ def test_anon_rootdse_search(self): l = self._open_conn(bind=False) # see if we can get the rootdse with anon search (without prior bind) m = l.search_ext( - "", + '', _ldap.SCOPE_BASE, '(objectClass=*)', ['objectClass', 'namingContexts'],