mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 02:26:26 +05:00
fix for integration test
This commit is contained in:
@@ -371,7 +371,7 @@ func TestTutLocalGetCosts(t *testing.T) {
|
||||
}
|
||||
if err := tutLocalRpc.Call("Responder.GetCost", cd, &cc); err != nil {
|
||||
t.Error("Got error on Responder.GetCost: ", err.Error())
|
||||
} else if cc.Cost != 0.327 { //
|
||||
} else if cc.Cost != 0.354 { //
|
||||
t.Errorf("Calling Responder.GetCost got callcost: %s", cc.AsJSON())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user