Affects: 5.2.1
MockRestServiceServer reset does not reset failed requests on AbstractRequestExpectationManager introduced in gh-21799
given there are multiple tests using single MockRestServiceServer bean
if the first test fails due to expectation, then all following tests will also fail with
"java.lang.AssertionError: Some requests did not execute successfully."
Affects: 5.2.1
MockRestServiceServerreset does not reset failed requests onAbstractRequestExpectationManagerintroduced in gh-21799given there are multiple tests using single MockRestServiceServer bean
if the first test fails due to expectation, then all following tests will also fail with
"java.lang.AssertionError: Some requests did not execute successfully."