[feature] Add operationContext.initTenantCache to init tenant specific settings

This commit is contained in:
Sergey Konovalov
2023-07-06 14:35:38 +03:00
parent 80abb57af4
commit f17bb99e9d
14 changed files with 132 additions and 18 deletions

View File

@ -18,6 +18,7 @@ const cfgStorageName = config.get('storage.name');
const cfgEndpoint = config.get('storage.endpoint');
const cfgBucketName = config.get('storage.bucketName');
const ctx = new operationContext.Context();
//yield ctx.initTenantCache();//no need
const testFilesNames = {
get: 'DocService-DocsCoServer-forgottenFilesCommands-getForgotten-integration-test',
delete1: 'DocService-DocsCoServer-forgottenFilesCommands-deleteForgotten-integration-test',