Flask's RequestWrapper changed the json()
function to a json
property
This commit is contained in:
@@ -27,7 +27,7 @@ class TaskWorkflowTest(AbstractAttractTest):
|
||||
|
||||
url = '/api/projects/%s' % self.project_id
|
||||
resp = self.get(url)
|
||||
proj = resp.json()
|
||||
proj = resp.json
|
||||
|
||||
put_proj = pillar.api.utils.remove_private_keys(proj)
|
||||
|
||||
|
Reference in New Issue
Block a user