Added it tests for 'Count' APIs

This commit is contained in:
adragusin
2020-05-15 17:59:29 +03:00
committed by Dan Christian Bogos
parent c8a9b18428
commit 035de962e9
6 changed files with 182 additions and 7 deletions

View File

@@ -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 (