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

@@ -367,7 +367,7 @@ func main() {
if *verbose {
log.Print("Reloading cache")
}
if err = cacheS.Call(utils.ApierV1ReloadCache,
if err = cacheS.Call(utils.CacheSv1ReloadCache,
utils.AttrReloadCache{ArgsCache: utils.ArgsCache{
DestinationIDs: &dstIds,
ReverseDestinationIDs: &revDstIDs,