Properly assert that auto-configured TaskExecutor is lazy
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.
Showing
Please register or sign in to comment