1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-28 11:42:03 +03:00

test: Fix a typo

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke
2020-06-29 14:59:54 +02:00
committed by Jeremy Allison
parent 753b6cc572
commit 2d29bb42c7

View File

@ -114,7 +114,7 @@ class ComplexExpressionTests(TestCase):
for ldap_object in ldap_objects:
# It's useful to keep appropriate python types in the ldap_object
# dict but smdb's 'add' function expects strings.
# dict but samdb's 'add' function expects strings.
stringed_ldap_object = {k: str(v)
for (k, v) in ldap_object.items()}
try: