mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
Fix integration tests
This commit is contained in:
committed by
Dan Christian Bogos
parent
1901be0485
commit
53c5bca394
@@ -192,7 +192,10 @@ func testAnalyzerSChargerSv1ProcessEvent(t *testing.T) {
|
||||
"RunID": "*raw",
|
||||
"Subject": "Something_inter",
|
||||
},
|
||||
APIOpts: map[string]interface{}{"*subsys": "*chargers"},
|
||||
APIOpts: map[string]interface{}{
|
||||
"*subsys": "*chargers",
|
||||
utils.OptsAttributesProfileIDs: []string{"*constant:*req.RequestType:*none"},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user