mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 07:08:45 +05:00
Updated StatQueue handling in datamanager
This commit is contained in:
committed by
Dan Christian Bogos
parent
30b6cc2c70
commit
8cd952dbe9
@@ -677,16 +677,6 @@ func TestLoadDispatcherHosts(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestLoadstatQueues(t *testing.T) {
|
||||
eStatQueues := []*utils.TenantID{
|
||||
{Tenant: "cgrates.org", ID: "TestStats"},
|
||||
{Tenant: "cgrates.org", ID: "TestStats2"},
|
||||
}
|
||||
if len(csvr.statQueues) != len(eStatQueues) {
|
||||
t.Errorf("Failed to load statQueues: %s", utils.ToIJSON(csvr.statQueues))
|
||||
}
|
||||
}
|
||||
|
||||
func TestLoadAccount(t *testing.T) {
|
||||
expected := &utils.TPAccount{
|
||||
TPid: testTPID,
|
||||
|
||||
Reference in New Issue
Block a user