mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 07:08:45 +05:00
Add posibility to change Tenant from CGREvent with AttributeS for CDRs and ChargerS
This commit is contained in:
committed by
Dan Christian Bogos
parent
e5ed5aea4e
commit
bf10cc1fc5
@@ -166,7 +166,7 @@ func TestSessionsBiRPCSessionAutomaticDisconnects(t *testing.T) {
|
||||
|
||||
// Make sure we are receiving a disconnect event
|
||||
select {
|
||||
case <-time.After(time.Duration(50 * time.Millisecond)):
|
||||
case <-time.After(time.Duration(100 * time.Millisecond)):
|
||||
t.Error("Did not receive disconnect event")
|
||||
case disconnectEv := <-disconnectEvChan:
|
||||
if engine.NewMapEvent(disconnectEv.EventStart).GetStringIgnoreErrors(utils.OriginID) != initArgs.CGREvent.Event[utils.OriginID] {
|
||||
|
||||
Reference in New Issue
Block a user