summaryrefslogtreecommitdiffstats
path: root/tests/test_ipalib/test_rpc.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2009-01-21 23:39:17 -0700
committerRob Crittenden <rcritten@redhat.com>2009-02-03 15:29:00 -0500
commitae39dece1386dbc3e9a07977a538d9b87acb5e30 (patch)
tree3f1ca344309578120b2afb56debc76a0d41df20c /tests/test_ipalib/test_rpc.py
parent4febb4dd1417de8961b2ab092b0c530ca088b72a (diff)
downloadfreeipa-ae39dece1386dbc3e9a07977a538d9b87acb5e30.tar.gz
freeipa-ae39dece1386dbc3e9a07977a538d9b87acb5e30.tar.xz
freeipa-ae39dece1386dbc3e9a07977a538d9b87acb5e30.zip
Added Command.args_options_2_params() method and its unit tests
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',