mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 17:59:03 +00:00
When MockServerRestTemplateCustomizer and MockServerRestClientCustomizer are used directly instead of via auto-configuration, it is necessary to manually reset the MockRestServiceServer expectations between tests. Closes gh-41848