mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 07:08:45 +05:00
Updated integration tests
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
|
||||
|
||||
"general": {
|
||||
"log_level": 7,
|
||||
"log_level": 7,
|
||||
"reply_timeout": "10s", // consider connection down for replies taking longer than this value
|
||||
},
|
||||
|
||||
|
||||
@@ -183,7 +184,7 @@
|
||||
"id": "file_reader_with_filters",
|
||||
"run_delay": -1,
|
||||
"type": "*file_csv",
|
||||
"flags": ["*dryrun"],
|
||||
// "flags": ["*dryrun"],
|
||||
"field_separator": ";",
|
||||
"source_path": "/tmp/ers_with_filters/in",
|
||||
"processed_path": "/tmp/ers_with_filters/out",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
"general": {
|
||||
"log_level": 7,
|
||||
"reply_timeout": "10s", // consider connection down for replies taking longer than this value
|
||||
},
|
||||
|
||||
"listen": {
|
||||
|
||||
Reference in New Issue
Block a user