diff --git a/apis/rates_it_test.go b/apis/rates_it_test.go index 47be0d5ca..60b1415eb 100644 --- a/apis/rates_it_test.go +++ b/apis/rates_it_test.go @@ -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, } )