Rates it tests

This commit is contained in:
porosnicuadrian
2022-02-15 16:21:30 +02:00
committed by Dan Christian Bogos
parent 104a06d24b
commit 4722614f48

View File

@@ -49,7 +49,7 @@ var (
testRateSResetStorDb,
testRateSStartEngine,
testRateSRPCConn,
/* testGetRateProfileBeforeSet,
testGetRateProfileBeforeSet,
testGetRateProfilesBeforeSet,
testRateSetRateProfile,
testRateGetRateProfileIDs,
@@ -67,18 +67,16 @@ var (
testRateSetAttributeProfileBrokenReference,
testRateRemoveRateProfileRates,
testRateSetRateProfileRates,
testRateSetRateProfilesWithPrefix, */
testRateSetRateProfilesWithPrefix,
// here we will tests better the create,read,update and delte for the rates inside of a RateProfile
testRateProfileWithMultipleRates,
testRateProfileRateIDsAndCount,
/*
testRateProfileUpdateRates,
testRateProfileRemoveMultipleRates,
testRateProfileSetMultipleRatesInProfile,
testRateProfileUpdateProfileRatesOverwrite,
testRateProfilesForEventMatchingEvents,
testRateProfileRatesForEventMatchingEvents,
*/
testRateProfileUpdateRates,
testRateProfileRemoveMultipleRates,
testRateProfileSetMultipleRatesInProfile,
testRateProfileUpdateProfileRatesOverwrite,
testRateProfilesForEventMatchingEvents,
testRateProfileRatesForEventMatchingEvents,
testRateSKillEngine,
}
)