summaryrefslogtreecommitdiffstats
path: root/tests/test_xmlrpc/test_group_plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_xmlrpc/test_group_plugin.py')
-rw-r--r--tests/test_xmlrpc/test_group_plugin.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_xmlrpc/test_group_plugin.py b/tests/test_xmlrpc/test_group_plugin.py
index 6218ebe59..10d3f6748 100644
--- a/tests/test_xmlrpc/test_group_plugin.py
+++ b/tests/test_xmlrpc/test_group_plugin.py
@@ -403,7 +403,7 @@ class test_group(Declarative):
completed=0,
failed=dict(
member=dict(
- group=(u'notfound',),
+ group=[(u'notfound', u'no such entry')],
user=tuple(),
),
),
@@ -449,7 +449,7 @@ class test_group(Declarative):
completed=0,
failed=dict(
member=dict(
- group=(u'notfound',),
+ group=[(u'notfound', u'This entry is not a member of the group')],
user=tuple(),
),
),