mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-23 08:08:45 +05:00
Stat has Weights in DynamicWeights now
This commit is contained in:
committed by
Dan Christian Bogos
parent
6ee47c504d
commit
09e44a0e6b
@@ -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,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user