mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 00:58:45 +05:00
Updated caches integration tests
This commit is contained in:
committed by
Dan Christian Bogos
parent
6b72d4a223
commit
db3be46f79
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user