mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Move config/rsrparser.go to utils package
This commit is contained in:
committed by
Dan Christian Bogos
parent
36a7d174ab
commit
b1a5874215
@@ -272,7 +272,7 @@ func testLoadItCheckAttributes(t *testing.T) {
|
||||
FilterIDs: []string{},
|
||||
Path: utils.MetaReq + utils.NestingSep + "Password",
|
||||
Type: utils.MetaConstant,
|
||||
Value: config.NewRSRParsersMustCompile("CGRateS.org", utils.InfieldSep),
|
||||
Value: utils.NewRSRParsersMustCompile("CGRateS.org", utils.InfieldSep),
|
||||
},
|
||||
},
|
||||
Blockers: utils.DynamicBlockers{
|
||||
|
||||
Reference in New Issue
Block a user