mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 00:28:44 +05:00
AttributeSv1.ProcessEvent with multiple process_runs
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user