mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
43d88e4a25
This avoids "IllegalStateException: Expectations already declared" when a MockRestServiceServer is used after one request throws an exception. Issues: SPR-16132