Fixes an issue where the testcontainers database is sometimes not yet initialized in OneTimeSetup methods of IntegrationTestsBase children. (noticed this issue with #169)
Also upgraded the testcontainers package since a new version has bugfixes for Docker detection. (@zysim had trouble with this)
Fixes an issue where the testcontainers database is sometimes not yet initialized in OneTimeSetup methods of
IntegrationTestsBase
children. (noticed this issue with #169)Also upgraded the testcontainers package since a new version has bugfixes for Docker detection. (@zysim had trouble with this)