Updated caches integration tests

This commit is contained in:
Trial97
2019-03-18 11:28:21 +02:00
committed by Dan Christian Bogos
parent 6b72d4a223
commit db3be46f79
7 changed files with 413 additions and 424 deletions

View File

@@ -23,7 +23,7 @@ import "github.com/cgrates/cgrates/utils"
func init() {
c := &CmdReloadCache{
name: "cache_reload",
rpcMethod: "ApierV1.ReloadCache",
rpcMethod: utils.CacheSv1ReloadCache,
}
commands[c.Name()] = c
c.CommandExecuter = &CommandExecuter{c}