mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 15:48:44 +05:00
Fix session integration test
This commit is contained in:
committed by
Dan Christian Bogos
parent
092f2c6da8
commit
7c61240886
@@ -673,7 +673,7 @@ func TestSMGVoiceSessionTTL(t *testing.T) {
|
||||
} else if acnt.BalanceMap[utils.MONETARY].GetTotalValue() != eAcntVal {
|
||||
t.Errorf("Expected: %f, received: %f", eAcntVal, acnt.BalanceMap[utils.MONETARY].GetTotalValue())
|
||||
}
|
||||
time.Sleep(time.Duration(200 * time.Millisecond))
|
||||
time.Sleep(time.Duration(500 * time.Millisecond))
|
||||
var cdrs []*engine.ExternalCDR
|
||||
req := utils.RPCCDRsFilter{RunIDs: []string{utils.META_DEFAULT}, DestinationPrefixes: []string{"1008"}}
|
||||
if err := smgRPC.Call("ApierV2.GetCdrs", req, &cdrs); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user