summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLenka Doudova <ldoudova@redhat.com>2015-08-26 16:16:43 +0200
committerMartin Basti <mbasti@redhat.com>2015-08-27 12:24:23 +0200
commitf5dcb03a1c003557371be52597aba7900b0ac345 (patch)
tree13b70d3e7e1981bdff0deb1740ef257790068bae
parent21cdcbd9a6b6a82d39d40b91a64d4d9b4d7e4e7d (diff)
downloadfreeipa-f5dcb03a1c003557371be52597aba7900b0ac345.tar.gz
freeipa-f5dcb03a1c003557371be52597aba7900b0ac345.tar.xz
freeipa-f5dcb03a1c003557371be52597aba7900b0ac345.zip
Fix user tracker to reflect new user-del message
Reviewed-By: Martin Basti <mbasti@redhat.com>
-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)