DataManager test fix

This commit is contained in:
DanB
2017-09-12 18:42:22 +02:00
parent 5c02dfa205
commit e4f035ee6c

View File

@@ -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)
}