mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 13:31:46 +00:00
The WebTestClient API no longer provides access to a base ExchangeResult without a decoded response body. Instead the response has to be decoded first and tests can then access the EntityExchangeResult and FluxExchangeResult sub-types.