mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-20 14:48:43 +05:00
update integration test in apier/v1
This commit is contained in:
committed by
Dan Christian Bogos
parent
b8f75a831c
commit
05d4acab5a
@@ -426,8 +426,8 @@ CREATE TABLE tp_stats (
|
||||
"activation_interval" varchar(64) NOT NULL,
|
||||
"queue_length" INTEGER NOT NULL,
|
||||
"ttl" varchar(32) NOT NULL,
|
||||
"metrics" varchar(64) NOT NULL,
|
||||
"parameters" varchar(64) NOT NULL,
|
||||
"metrics" VARCHAR(128) NOT NULL,
|
||||
"parameters" VARCHAR(128) NOT NULL,
|
||||
"blocker" BOOLEAN NOT NULL,
|
||||
"stored" BOOLEAN NOT NULL,
|
||||
"weight" decimal(8,2) NOT NULL,
|
||||
|
||||
@@ -76,6 +76,7 @@
|
||||
{"address": "127.0.0.1:2012", "transport": "*json"}
|
||||
],
|
||||
"debit_interval": "10s",
|
||||
"channel_sync_interval":"7s",
|
||||
},
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user