mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 20:09:02 +00:00
This commit improves the tests for BasicErrorController by decoupling coverage for the include-message and include-binding-errors parameters to ensure the options operate properly independent of each other. See gh-21702