mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 00:28:44 +05:00
Change RouteBlockers type from bool to DynamicBlockers
This commit is contained in:
committed by
Dan Christian Bogos
parent
065ffcfbdf
commit
52c79ca8db
@@ -341,7 +341,7 @@ func TestLoadRouteProfiles(t *testing.T) {
|
||||
ResourceIDs: []string{"ResGroup1"},
|
||||
StatIDs: []string{"Stat1"},
|
||||
Weights: ";10",
|
||||
Blocker: true,
|
||||
Blockers: ";true",
|
||||
RouteParameters: "param1",
|
||||
},
|
||||
{
|
||||
@@ -350,7 +350,6 @@ func TestLoadRouteProfiles(t *testing.T) {
|
||||
ResourceIDs: []string{"ResGroup2", "ResGroup4"},
|
||||
StatIDs: []string{"Stat3"},
|
||||
Weights: ";10",
|
||||
Blocker: false,
|
||||
RouteParameters: utils.EmptyString,
|
||||
},
|
||||
{
|
||||
@@ -361,7 +360,6 @@ func TestLoadRouteProfiles(t *testing.T) {
|
||||
ResourceIDs: []string{"ResGroup3"},
|
||||
StatIDs: []string{"Stat2"},
|
||||
Weights: ";10",
|
||||
Blocker: false,
|
||||
RouteParameters: utils.EmptyString,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user