mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 17:18:44 +05:00
Old aliases in tutorial files
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
#Direction,Tenant,Category,Account,Subject,DestinationId,Group,Alias,Weight
|
||||
*out,cgrates.org,call,dan,dan,EU_LANDLINE,*rating_profile,dan1,10
|
||||
*out,cgrates.org,call,dan,dan,GLOBAL1,*rating_profile,dan2,20
|
||||
*any,*any,*any,*any,*any,*any,*rating_profile,rif1,20
|
||||
*any,*any,*any,*any,*any,*any,*account,dan1,10
|
||||
*out,cgrates.org,call,1006,1006,*any,*rating_profile,1001,10
|
||||
*out,cgrates.org,call,1006,1006,*any,*account,1002,10
|
||||
|
||||
|
@@ -117,7 +117,7 @@ func TestTutLocalCacheStats(t *testing.T) {
|
||||
}
|
||||
var rcvStats *utils.CacheStats
|
||||
|
||||
expectedStats := &utils.CacheStats{Destinations: 4, RatingPlans: 3, RatingProfiles: 8, Actions: 7, SharedGroups: 1, Aliases: 3,
|
||||
expectedStats := &utils.CacheStats{Destinations: 4, RatingPlans: 3, RatingProfiles: 8, Actions: 7, SharedGroups: 1, Aliases: 2,
|
||||
DerivedChargers: 1, LcrProfiles: 5, CdrStats: 6, Users: 3}
|
||||
var args utils.AttrCacheStats
|
||||
if err := tutLocalRpc.Call("ApierV1.GetCacheStats", args, &rcvStats); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user