What steps will reproduce the problem?
1. Basically my test has bunch of REST calls.
2. At the end of the test i am trying to do some clean up of data.
3. i need to make a post call that takes care of clean up but NOT WAIT FOR THE
RESPONSE AND MOVE ON.
This clean up call depends on a dependent system, which seems to take 10 mins
to return the successful response even though the operation is already over
What is the expected output? What do you see instead?
I should be able to configure RestAssure to make a POST request and not care
for the response for that particular requet
What version of the product are you using? On what operating system?
RestAssured 2.3.4
Please provide any additional information below.
Original issue reported on code.google.com by akshay.d...@gmail.com on 5 May 2015 at 6:37
Original issue reported on code.google.com by
akshay.d...@gmail.com
on 5 May 2015 at 6:37