summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/notification.py
diff options
context:
space:
mode:
Diffstat (limited to 'source4/dsdb/tests/python/notification.py')
-rwxr-xr-xsource4/dsdb/tests/python/notification.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/tests/python/notification.py b/source4/dsdb/tests/python/notification.py
index 81be0e34b00..b8e897da910 100755
--- a/source4/dsdb/tests/python/notification.py
+++ b/source4/dsdb/tests/python/notification.py
@@ -325,7 +325,7 @@ delete: otherLoginWorkstations
attrs=["lDAPDisplayName"],
controls=["paged_results:1:2500"])
for msg in res:
- va = msg["lDAPDisplayName"][0]
+ va = str(msg["lDAPDisplayName"][0])
if va in valid_attrs:
continue