mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-16 13:49:53 +05:00
Fix test involving ConnectFee on maxUsage
This commit is contained in:
@@ -151,7 +151,7 @@ func TestSMGV1GetMaxUsage(t *testing.T) {
|
||||
var maxTime float64
|
||||
if err := smgV1Rpc.Call("SMGenericV1.GetMaxUsage", setupReq, &maxTime); err != nil {
|
||||
t.Error(err)
|
||||
} else if maxTime != 2930 {
|
||||
} else if maxTime != 2690 {
|
||||
t.Errorf("Calling ApierV2.MaxUsage got maxTime: %f", maxTime)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user