Stat has Weights in DynamicWeights now

This commit is contained in:
andronache98
2022-02-02 17:23:46 +02:00
committed by Dan Christian Bogos
parent 6ee47c504d
commit 09e44a0e6b
24 changed files with 665 additions and 282 deletions

View File

@@ -143,7 +143,7 @@ func TestLoadStatQueueProfiles(t *testing.T) {
ThresholdIDs: []string{"Th1", "Th2"},
Blocker: true,
Stored: true,
Weight: 20,
Weights: ";20",
MinItems: 2,
},
{Tenant: "cgrates.org", ID: "TestStats2"}: {
@@ -178,7 +178,7 @@ func TestLoadStatQueueProfiles(t *testing.T) {
ThresholdIDs: []string{"Th"},
Blocker: true,
Stored: true,
Weight: 20,
Weights: ";20",
MinItems: 2,
},
}