mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
making changes
This commit is contained in:
parent
77e735e525
commit
debbe011b3
@ -120,7 +120,8 @@ public class APIPublisherUtilTest extends BaseAPIPublisherTest {
|
||||
|
||||
private void startTenantFlowAsTestTenant() {
|
||||
PrivilegedCarbonContext.startTenantFlow();
|
||||
PrivilegedCarbonContext.getThreadLocalCarbonContext().setTenantId(MultitenantConstants.SUPER_TENANT_ID, true);
|
||||
PrivilegedCarbonContext.getThreadLocalCarbonContext().setTenantId(123,
|
||||
false);
|
||||
PrivilegedCarbonContext.getThreadLocalCarbonContext().setTenantDomain("test");
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user