mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Tests: Fix ipatests/test_ipaserver/test_rpcserver.py
Removed no longer valid assert. Reviewed-By: Oleg Fayans <ofayans@redhat.com>
This commit is contained in:
parent
13328bc751
commit
d64513f1ff
@ -212,7 +212,6 @@ class test_jsonserver(PluginTester):
|
||||
|
||||
# Test with invalid JSON-data:
|
||||
e = raises(errors.JSONError, o.unmarshal, 'this wont work')
|
||||
assert isinstance(e.error, ValueError)
|
||||
if six.PY2:
|
||||
assert unicode(e.error) == 'No JSON object could be decoded'
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user