Since Spring Boot 3.2 we are using RestClient in our production code and we love it but for our Controller/Integration tests there isn't an easy way to create and/or inject a RestClient with all configuration necessary to make requests to the controllers.
I would love to have a preconfigured bean like WebTestClient and TestRestTemplate that we can inject into our tests.
Comment From: wilkinsona
Thanks for the suggestion. This is a duplicate of https://github.com/spring-projects/spring-framework/issues/31275.