mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Updated migrator integration tests
This commit is contained in:
committed by
Dan Christian Bogos
parent
1d6f669c52
commit
21482f2d92
@@ -163,12 +163,11 @@ func testAlsITMigrateAndMove(t *testing.T) {
|
||||
ActivationInterval: nil,
|
||||
Attributes: []*engine.Attribute{
|
||||
{
|
||||
FilterIDs: []string{"*string:Account:1001"},
|
||||
FieldName: "Account",
|
||||
Substitute: config.NewRSRParsersMustCompile("1002", true, utils.INFIELD_SEP),
|
||||
},
|
||||
{
|
||||
FilterIDs: []string{"*string:Category:call_1001"},
|
||||
FilterIDs: []string{"*string:~Category:call_1001"},
|
||||
FieldName: "Category",
|
||||
Substitute: config.NewRSRParsersMustCompile("call_1002", true, utils.INFIELD_SEP),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user