Fixed integration tests in services

This commit is contained in:
andronache
2021-02-23 11:36:22 +02:00
committed by Dan Christian Bogos
parent 9b49d8ca83
commit c42bffcd23
18 changed files with 113 additions and 47 deletions

View File

@@ -251,6 +251,8 @@ func (srvMngr *ServiceManager) handleReload() {
go srvMngr.reloadService(utils.AccountS)
case <-srvMngr.GetConfig().GetReloadChan(config.ActionSJson):
go srvMngr.reloadService(utils.ActionS)
case <-srvMngr.GetConfig().GetReloadChan(config.CoreSCfgJson):
go srvMngr.reloadService(utils.CoreS)
}
// handle RPC server
}