This URL s helpfull - [[1]: https://github.com/spring-projects/spring-boot/issues/12979][1] What helped me is adding @Import(CustomExceptionHandler.class)
@WebMvcTest @Import(CustomExceptionHandler.class) public class SampleControllerTest {