mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-20 14:39:36 +00:00
The user property is only available on Unix-like platforms (due to the USER environment variable). This commit updates the test to explicitly set a specific property and then check that it's accessible via the env endpoint rather than using one that is OS-specific. See gh-7868 See gh-7881