Properties is not being overwritten with DynamicPropertySource for Spring reactive integration test with Testcontainers to postgreSQL database
I am trying to do a simple test by calling an endpoint and asserting the response. It is a Spring Reactive project where I have an r2dbc postgreSQL database. The test is spinning up a testcontainer with a postgreSQL database.…