mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#493 - ENH: Multi-tenant support - update bootup DataSource check
This commit is contained in:
@@ -64,7 +64,7 @@ public class EbeanServerFactory_MultiTenancy_Test {
|
||||
Mockito.doReturn("tenant_schema").when(schemaProvider).schema(tenant);
|
||||
|
||||
ServerConfig config = new ServerConfig();
|
||||
config.setName("multiTenantDb");
|
||||
config.setName("h2");
|
||||
config.loadFromProperties();
|
||||
config.loadTestProperties();
|
||||
config.setRegister(false);
|
||||
|
||||
Reference in New Issue
Block a user