summaryrefslogtreecommitdiffstats
path: root/tests/test_ipalib/test_rpc.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_ipalib/test_rpc.py')
-rw-r--r--tests/test_ipalib/test_rpc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_ipalib/test_rpc.py b/tests/test_ipalib/test_rpc.py
index 296e9bc1c..bc8936ab6 100644
--- a/tests/test_ipalib/test_rpc.py
+++ b/tests/test_ipalib/test_rpc.py
@@ -221,7 +221,7 @@ class test_xmlclient(PluginTester):
'user_add',
(rpc.xml_wrap(params),),
{},
- Fault(3005, u"'four' is required"), # RequirementError
+ Fault(3007, u"'four' is required"), # RequirementError
),
(
'user_add',