We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think this may be a bug. Using @TestPropertySource(locations = "classpath:test.yml") does not override any property.
@TestPropertySource(locations = "classpath:test.yml")
The text was updated successfully, but these errors were encountered:
@TestPropertySource does not support YAML. There was a request in Spring Framework to add that that was declined.
@TestPropertySource
Sorry, something went wrong.
This take me some time to figure out what was happening. Maybe some additional info in documentation should be useful for others. Thanks @snicoll
@andreabreu-me this is not a Spring Boot feature. If you want to pursue this, please create an issue in the Spring Framework tracker.
No branches or pull requests
I think this may be a bug. Using
@TestPropertySource(locations = "classpath:test.yml")
does not override any property.The text was updated successfully, but these errors were encountered: