mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Consts in utils
This commit is contained in:
committed by
Dan Christian Bogos
parent
ea796ec9f9
commit
36da1a6309
@@ -77,7 +77,7 @@ func TestEventExporterSReload(t *testing.T) {
|
||||
fcTmp := &config.FCTemplate{Tag: "TenantID",
|
||||
Path: "Tenant",
|
||||
Type: utils.MetaVariable,
|
||||
Value: config.NewRSRParsersMustCompile("~*req.0", utils.INFIELD_SEP),
|
||||
Value: config.NewRSRParsersMustCompile("~*req.0", utils.InfieldSep),
|
||||
Mandatory: true,
|
||||
Layout: time.RFC3339,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user