It looks like the test in tests/test_async.py does not run in async mode. Also, it only checks that the execute response has been accepted, not that the process actually completed.
I'm able to start the test in async mode, but I'm not sure how to get the final response, as the statusLocation does not seem to get updated.
Description
It looks like the test in
tests/test_async.py
does not run in async mode. Also, it only checks that the execute response has been accepted, not that the process actually completed.I'm able to start the test in async mode, but I'm not sure how to get the final response, as the statusLocation does not seem to get updated.
Environment
Steps to Reproduce
Additional Information