From ae39dece1386dbc3e9a07977a538d9b87acb5e30 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Wed, 21 Jan 2009 23:39:17 -0700 Subject: Added Command.args_options_2_params() method and its unit tests --- tests/test_ipalib/test_rpc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_ipalib/test_rpc.py') 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', -- cgit