We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent becc477 commit cde136bCopy full SHA for cde136b
tests/api/test_processes.py
@@ -485,7 +485,7 @@ def test_get_job_result(api_):
485
# default response is html
486
assert code == HTTPStatus.OK
487
assert rsp_headers['Content-Type'] == 'text/html'
488
- result = 'JSON.stringify({"id": "echo", "value": "Hello Sync Test!"}'
+ result = 'JSON.stringify({"id":"echo","value":"Hello Sync Test!"}'
489
assert result in response
490
491
rsp_headers, code, response = get_job_result(
0 commit comments