mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
Fixed integration tests in services
This commit is contained in:
committed by
Dan Christian Bogos
parent
9b49d8ca83
commit
c42bffcd23
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user