summaryrefslogtreecommitdiffstats
path: root/ipatests
diff options
context:
space:
mode:
authorLenka Doudova <ldoudova@redhat.com>2016-06-24 10:24:40 +0200
committerMartin Basti <mbasti@redhat.com>2016-06-24 14:22:40 +0200
commitd64513f1ff89f49d216d229cd4f988a485f0acc4 (patch)
tree1f68eebbf7f5900ca3782593653f540fe4624604 /ipatests
parent13328bc7518a9e536d26562a738b4591c0494b75 (diff)
downloadfreeipa-d64513f1ff89f49d216d229cd4f988a485f0acc4.tar.gz
freeipa-d64513f1ff89f49d216d229cd4f988a485f0acc4.tar.xz
freeipa-d64513f1ff89f49d216d229cd4f988a485f0acc4.zip
Tests: Fix ipatests/test_ipaserver/test_rpcserver.py
Removed no longer valid assert. Reviewed-By: Oleg Fayans <ofayans@redhat.com>
Diffstat (limited to 'ipatests')
-rw-r--r--ipatests/test_ipaserver/test_rpcserver.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipatests/test_ipaserver/test_rpcserver.py b/ipatests/test_ipaserver/test_rpcserver.py
index 94ebd062c..b739de0b9 100644
--- a/ipatests/test_ipaserver/test_rpcserver.py
+++ b/ipatests/test_ipaserver/test_rpcserver.py
@@ -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: