mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-20 14:39:36 +00:00
This commit adapts @AutoConfigureHttpGraphQlTester to rely on the auto-configured WebTestClient and stop triggering the configuration of MockMvc. Closes gh-47660