mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fixed some of the test_xmlrpc unit tests
This commit is contained in:
committed by
Rob Crittenden
parent
5717c9d668
commit
0211c76cd0
@@ -605,15 +605,15 @@ class NotFound(ExecutionError):
|
||||
|
||||
For example:
|
||||
|
||||
>>> raise NotFound(msg='Entry not found')
|
||||
>>> raise NotFound()
|
||||
Traceback (most recent call last):
|
||||
...
|
||||
NotFound: Entry not found
|
||||
NotFound: entry not found
|
||||
|
||||
"""
|
||||
|
||||
errno = 4001
|
||||
format = _('%(msg)s')
|
||||
format = _('entry not found')
|
||||
|
||||
class DuplicateEntry(ExecutionError):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user