Adding Account and User attributes to tutorial/Users.csv, removing .Debug through code

This commit is contained in:
DanB
2015-07-31 18:14:08 +02:00
parent 8e997f0024
commit 679b89d49b
3 changed files with 5 additions and 3 deletions

View File

@@ -117,7 +117,7 @@ func TestTutLocalCacheStats(t *testing.T) {
}
var rcvStats *utils.CacheStats
expectedStats := &utils.CacheStats{Destinations: 4, RatingPlans: 3, RatingProfiles: 8, Actions: 7, SharedGroups: 1, RatingAliases: 1, AccountAliases: 1,
DerivedChargers: 1, LcrProfiles: 4, CdrStats: 6}
DerivedChargers: 1, LcrProfiles: 4, CdrStats: 6, Users: 2}
var args utils.AttrCacheStats
if err := tutLocalRpc.Call("ApierV1.GetCacheStats", args, &rcvStats); err != nil {
t.Error("Got error on ApierV1.GetCacheStats: ", err.Error())