Skip to content

Commit

Permalink
use single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder authored and Petr Viktorin committed Nov 22, 2017
1 parent 608cda5 commit a603396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/t_cext.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit a603396

Please sign in to comment.