I've got these simple integration tests:
@SpringBootTest
@AutoConfigureMockMvc
@Testcontainers
class AuthenticationIntegrationTests {
// ...
}
which are in the test source, and i have a default application.properties inside of the main source set. I have discovered that this main application.properties is not being loaded and i dont get why, any ideas?