mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-20 06:38:45 +05:00
Added it tests for 'Count' APIs
This commit is contained in:
committed by
Dan Christian Bogos
parent
c8a9b18428
commit
035de962e9
@@ -1219,6 +1219,7 @@ const (
|
||||
APIerSv1GetSharedGroup = "APIerSv1.GetSharedGroup"
|
||||
APIerSv1RemoveActionTrigger = "APIerSv1.RemoveActionTrigger"
|
||||
APIerSv1GetAccount = "APIerSv1.GetAccount"
|
||||
APIerSv1GetAttributeProfileIDsCount = "APIerSv1.GetAttributeProfileIDsCount"
|
||||
)
|
||||
|
||||
// APIerSv1 TP APIs
|
||||
@@ -1259,6 +1260,8 @@ const (
|
||||
APIerSv2ResetAccountActionTriggers = "APIerSv2.ResetAccountActionTriggers"
|
||||
APIerSv2RemoveActions = "APIerSv2.RemoveActions"
|
||||
APIerSv2ExportCdrsToFile = "APIerSv2.ExportCdrsToFile"
|
||||
APIerSv2GetAccountsCount = "APIerSv2.GetAccountsCount"
|
||||
APIerSv2GetActionsCount = "APIerSv2.GetActionsCount"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user