mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
changed travis rules and removed stats
This commit is contained in:
@@ -15,6 +15,6 @@ notifications:
|
||||
on_success: change
|
||||
on_failure: always
|
||||
email:
|
||||
on_success: change
|
||||
on_success: never
|
||||
on_failure: always
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
## Rating system for Telecom & ISP environments ##
|
||||
|
||||
[](https://drone.io/github.com/cgrates/cgrates/latest) [](http://travis-ci.org/cgrates/cgrates) [](https://bitdeli.com/free "Bitdeli Badge")
|
||||
[](https://drone.io/github.com/cgrates/cgrates/latest) [](http://travis-ci.org/cgrates/cgrates)
|
||||
|
||||
### Features ###
|
||||
+ Rates for prepaid and for postpaid
|
||||
|
||||
@@ -22,7 +22,6 @@ import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"sort"
|
||||
|
||||
"github.com/cgrates/cgrates/utils"
|
||||
)
|
||||
|
||||
|
||||
@@ -846,7 +846,7 @@ func TestActionResetCounterMinutes(t *testing.T) {
|
||||
}
|
||||
mb := ub.UnitCounters[1].Balances[0]
|
||||
if mb.Weight != 20 || mb.Value != 0 || mb.DestinationId != "NAT" {
|
||||
t.Errorf("Minute bucked cloned incorrectly: %v!", mb)
|
||||
t.Errorf("Balance cloned incorrectly: %v!", mb)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user