Fix MultiTenancyTest
This commit is contained in:
parent
431fa29ef1
commit
91529ef6fd
1 changed files with 4 additions and 0 deletions
|
@ -59,6 +59,10 @@ public class MultiTenancyTest {
|
||||||
|
|
||||||
deployApplication("multi-tenant", "/multi-tenant", MultiTenantServlet.class, null, "user", true, MultiTenantResolver.class);
|
deployApplication("multi-tenant", "/multi-tenant", MultiTenantServlet.class, null, "user", true, MultiTenantResolver.class);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected String[] getTestRealms() {
|
||||||
|
return new String[]{"test", "demo", "tenant1", "tenant2"};
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue