mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
Updated integration tests
This commit is contained in:
committed by
Dan Christian Bogos
parent
0d7ae998d4
commit
0b062d87ec
@@ -196,6 +196,8 @@ func testAnalyzerSChargerSv1ProcessEvent(t *testing.T) {
|
||||
}
|
||||
|
||||
func testAnalyzerSV1Search(t *testing.T) {
|
||||
// need to wait in order for the log gorutine to execute
|
||||
time.Sleep(10 * time.Millisecond)
|
||||
var result []map[string]interface{}
|
||||
if err := anzRPC.Call(utils.AnalyzerSv1StringQuery, &QueryArgs{HeaderFilters: `+RequestEncoding:\*internal +RequestMethod:AttributeSv1\.ProcessEvent`}, &result); err != nil {
|
||||
t.Error(err)
|
||||
|
||||
Reference in New Issue
Block a user