From 4722614f4891aae85b56c4972d5ad66032741be8 Mon Sep 17 00:00:00 2001 From: porosnicuadrian Date: Tue, 15 Feb 2022 16:21:30 +0200 Subject: [PATCH] Rates it tests --- apis/rates_it_test.go | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) 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, } )