The Sync tests, and maybe others as well, are modifying the shared DB with the tenants configuration. If the system where the tests are run actually had a multi-tenant config, this would destroy the configuration.
Maybe we can take the same approach as other tests and use a temporary or even in-memory DB?
The Sync tests, and maybe others as well, are modifying the shared DB with the tenants configuration. If the system where the tests are run actually had a multi-tenant config, this would destroy the configuration.
Maybe we can take the same approach as other tests and use a temporary or even in-memory DB?