mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 03:19:02 +00:00
This commit fixes a flawed assertion that was relying on a log message to validate the TaskExecutor is lazy. The level of the log message has changed in framework and broke the test. We now rather check the bean definition.