mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
DataManager test fix
This commit is contained in:
@@ -99,7 +99,7 @@ func testDMitCRUDStatQueue(t *testing.T) {
|
||||
},
|
||||
},
|
||||
}
|
||||
cacheKey := utils.StatQueuePrefix + sq.SqID()
|
||||
cacheKey := utils.StatQueuePrefix + sq.TenantID()
|
||||
if _, rcvErr := dm.GetStatQueue(sq.Tenant, sq.ID, false, ""); rcvErr != utils.ErrNotFound {
|
||||
t.Error(rcvErr)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user