Skip to content

Commit 58e7955

Browse files
author
stroeder
committed
use single quotes
1 parent 39903aa commit 58e7955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/t_cext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def test_anon_rootdse_search(self):
192192
l = self._open_conn(bind=False)
193193
# see if we can get the rootdse with anon search (without prior bind)
194194
m = l.search_ext(
195-
"",
195+
'',
196196
_ldap.SCOPE_BASE,
197197
'(objectClass=*)',
198198
['objectClass', 'namingContexts'],

0 commit comments

Comments
 (0)