APIs icon indicating copy to clipboard operation
APIs copied to clipboard

Edited print json.loads(result).iteritems()

Open Mr-Ruben opened this issue 5 years ago • 0 comments

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.

Mr-Ruben avatar Oct 10 '20 08:10 Mr-Ruben