summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipatests/test_xmlrpc/test_user_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/test_xmlrpc/test_user_plugin.py b/ipatests/test_xmlrpc/test_user_plugin.py
index 1809f3d0a..b4355261f 100644
--- a/ipatests/test_xmlrpc/test_user_plugin.py
+++ b/ipatests/test_xmlrpc/test_user_plugin.py
@@ -1969,7 +1969,7 @@ class UserTracker(Tracker):
def finish():
with raises_exact(errors.NotFound(
- reason=u'no such entry')):
+ reason=u'%s: user not found' % self.uid)):
del_command()
request.addfinalizer(finish)