mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Commented fields in cfg
This commit is contained in:
committed by
Dan Christian Bogos
parent
42ab6d3fb6
commit
6e24b6ca4b
@@ -738,7 +738,7 @@ func TestDiffEventExporterJsonCfg(t *testing.T) {
|
||||
AttributeSCtx: "*sessions",
|
||||
Synchronous: false,
|
||||
Attempts: 2,
|
||||
FieldSep: "",
|
||||
//FieldSep: "",
|
||||
Fields: []*FCTemplate{
|
||||
{
|
||||
Type: "*string",
|
||||
@@ -785,7 +785,7 @@ func TestDiffEventExporterJsonCfg(t *testing.T) {
|
||||
AttributeSCtx: "*actions",
|
||||
Synchronous: true,
|
||||
Attempts: 3,
|
||||
FieldSep: ";",
|
||||
//FieldSep: ";",
|
||||
Fields: []*FCTemplate{
|
||||
{
|
||||
Type: "*prefix",
|
||||
@@ -823,7 +823,7 @@ func TestDiffEventExporterJsonCfg(t *testing.T) {
|
||||
Attribute_context: utils.StringPointer("*actions"),
|
||||
Synchronous: utils.BoolPointer(true),
|
||||
Attempts: utils.IntPointer(3),
|
||||
Field_separator: utils.StringPointer(";"),
|
||||
//Field_separator: utils.StringPointer(";"),
|
||||
Fields: &[]*FcTemplateJsonCfg{
|
||||
{
|
||||
Type: utils.StringPointer("*prefix"),
|
||||
@@ -923,7 +923,7 @@ func TestDiffEventExportersJsonCfg(t *testing.T) {
|
||||
AttributeSCtx: "*sessions",
|
||||
Synchronous: false,
|
||||
Attempts: 2,
|
||||
FieldSep: "",
|
||||
//FieldSep: "",
|
||||
Fields: []*FCTemplate{
|
||||
{
|
||||
Type: "*string",
|
||||
@@ -972,7 +972,7 @@ func TestDiffEventExportersJsonCfg(t *testing.T) {
|
||||
AttributeSCtx: "*actions",
|
||||
Synchronous: true,
|
||||
Attempts: 3,
|
||||
FieldSep: ";",
|
||||
//FieldSep: ";",
|
||||
Fields: []*FCTemplate{
|
||||
{
|
||||
Type: "*prefix",
|
||||
@@ -1012,7 +1012,7 @@ func TestDiffEventExportersJsonCfg(t *testing.T) {
|
||||
Attribute_context: utils.StringPointer("*actions"),
|
||||
Synchronous: utils.BoolPointer(true),
|
||||
Attempts: utils.IntPointer(3),
|
||||
Field_separator: utils.StringPointer(";"),
|
||||
//Field_separator: utils.StringPointer(";"),
|
||||
Fields: &[]*FcTemplateJsonCfg{
|
||||
{
|
||||
Type: utils.StringPointer("*prefix"),
|
||||
|
||||
Reference in New Issue
Block a user