test: use response.json()
Instead of importing json and loading the response.content using json.loads use Django's response.json() method.
Please register or sign in to comment
Instead of importing json and loading the response.content using json.loads use Django's response.json() method.