AttributeSv1.ProcessEvent with multiple process_runs

This commit is contained in:
DanB
2018-07-19 19:28:34 +02:00
parent ec06fe613c
commit 2e2e97a4ac
4 changed files with 57 additions and 29 deletions

View File

@@ -270,8 +270,8 @@ func TestKamEvAsKamAuthReply(t *testing.T) {
}
authRply = &sessions.V1AuthorizeReply{
Attributes: &engine.AttrSProcessEventReply{
MatchedProfile: "ATTR_1001_ACCOUNT_PROFILE",
AlteredFields: []string{"Password", utils.RequestType},
MatchedProfiles: []string{"ATTR_1001_ACCOUNT_PROFILE"},
AlteredFields: []string{"Password", utils.RequestType},
CGREvent: &utils.CGREvent{
Tenant: "cgrates.org",
ID: "TestKamEvAsKamAuthReply",