79495472

Date: 2025-03-09 05:46:38
Score: 1
Natty:
Report link

Use @SpringBootTest(classes = SecurityAppConfig.class)

By default, @TestPropertySource is designed to load .properties files, not .yml files.

or you can replace .yml to .properties file.

please refer - https://github.com/spring-projects/spring-boot/issues/33434

Thanks.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Birudeo Garande