mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 03:01:06 -03:30
add functional API tests for deprecated job event stdout composition
see: https://github.com/ansible/awx/issues/200
This commit is contained in:
@@ -544,7 +544,8 @@ def _request(verb):
|
||||
response.data = data_copy
|
||||
print(response.data)
|
||||
assert response.status_code == expect
|
||||
response.render()
|
||||
if hasattr(response, 'render'):
|
||||
response.render()
|
||||
return response
|
||||
return rf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user