devtools/testlib.py
changeset 8704 933f9693c53d
parent 8696 0bb18407c053
child 8725 29e19ca141fc
--- a/devtools/testlib.py	Mon Feb 11 12:06:16 2013 +0100
+++ b/devtools/testlib.py	Mon Feb 25 18:02:11 2013 +0100
@@ -85,8 +85,7 @@
 
 class JsonValidator(object):
     def parse_string(self, data):
-        json.loads(data)
-        return data
+        return json.loads(data)
 
 # email handling, to test emails sent by an application ########################