summaryrefslogtreecommitdiffstats
path: root/tests/test_xmlrpc/test_attr.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_xmlrpc/test_attr.py')
-rw-r--r--tests/test_xmlrpc/test_attr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_xmlrpc/test_attr.py b/tests/test_xmlrpc/test_attr.py
index 125b9b3f0..5ca1f47b5 100644
--- a/tests/test_xmlrpc/test_attr.py
+++ b/tests/test_xmlrpc/test_attr.py
@@ -47,7 +47,7 @@ class test_attr(Declarative):
value=user1,
summary=u'Added user "tuser1"',
result=dict(
- gecos=[user1],
+ gecos=[u'Test User1'],
givenname=[u'Test'],
homedirectory=[u'/home/tuser1'],
krbprincipalname=[u'tuser1@' + api.env.realm],