You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: