mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
added trend dynamicDP in filters and GetTrendSummary API
This commit is contained in:
committed by
Dan Christian Bogos
parent
dd59fcb553
commit
2e192dde78
@@ -35,7 +35,7 @@ import (
|
||||
func TestDynamicDpFieldAsInterface(t *testing.T) {
|
||||
cfg := config.NewDefaultCGRConfig()
|
||||
ms := utils.MapStorage{}
|
||||
dDp := newDynamicDP([]string{}, []string{utils.ConcatenatedKey(utils.MetaInternal, utils.StatSConnsCfg)}, []string{}, "cgrates.org", ms)
|
||||
dDp := newDynamicDP([]string{}, []string{utils.ConcatenatedKey(utils.MetaInternal, utils.StatSConnsCfg)}, []string{}, []string{}, "cgrates.org", ms)
|
||||
clientconn := make(chan birpc.ClientConnector, 1)
|
||||
clientconn <- &ccMock{
|
||||
calls: map[string]func(ctx *context.Context, args any, reply any) error{
|
||||
|
||||
Reference in New Issue
Block a user