mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-19 22:09:01 +00:00
This commit updates the GraphQL slice tests to also consider `@ControllerAdvice`-annotated beans, since Spring GraphQL loads `@GraphQlExceptionHandler`s declared in `@ControllerAdvice` beans. This also aligns `@GraphQlTest` with `@WebMvcTest`. See gh-49660 Signed-off-by: Louis Morgan <ljrmorgan@gmail.com>