APIs
APIs copied to clipboard
Edited print json.loads(result).iteritems()
Changed print json.loads(result).iteritems() for print json.loads(result) which is the line used in the other tests.
The first will cause errors despite the server (Flask) is well configured.