I would like to create integration test, which should use two postgres test containers for different databases.
The problem: Need to use different liquibase sets for different test containers.
Current situation: Tests are using liquibase set which is identified by default in the application and this is okay, but I can not assign the second liquibase scheme to the second test container DB.
Expected behavoiur: **SpringBootTest will run two test containers with differnt liquibase schemes. **