mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Tests: Failing test_ipalib/test_rpc
Due to thin client implementation a part of the original test is no longer valid and causes test to fail. https://fedorahosted.org/freeipa/ticket/6192 Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
committed by
Martin Basti
parent
386fdc1d77
commit
3c32af55b6
@@ -209,14 +209,6 @@ class test_xmlclient(PluginTester):
|
||||
class user_add(Command):
|
||||
pass
|
||||
|
||||
# Test that ValueError is raised when forwarding a command that is not
|
||||
# in api.Command:
|
||||
(o, api, home) = self.instance('Backend', in_server=False)
|
||||
e = raises(ValueError, o.forward, 'user_add')
|
||||
assert str(e) == '%s.forward(): %r not in api.Command' % (
|
||||
'xmlclient', 'user_add'
|
||||
)
|
||||
|
||||
(o, api, home) = self.instance('Backend', user_add, in_server=False)
|
||||
args = (binary_bytes, utf8_bytes, unicode_str)
|
||||
kw = dict(one=binary_bytes, two=utf8_bytes, three=unicode_str)
|
||||
|
||||
Reference in New Issue
Block a user