mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-21 16:00:29 +00:00
`BasicErrorControllerIntegrationTest` is handling the context in each test and yet it starts a useless test via `@SpringBootTest`. This commit removes the useless runner and associated annotations.