mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-13 11:06:25 +05:00
Finished integration test for StoreCfgInDb
This commit is contained in:
committed by
Dan Christian Bogos
parent
1c5bdc63dc
commit
3bf4ae028a
@@ -514,7 +514,7 @@ func testCfgMdfSectConfigStore(t *testing.T) {
|
||||
Stats_conns: &[]string{"*internal"},
|
||||
Resources_conns: &[]string{"*internal"},
|
||||
Admins_conns: &[]string{"*internal"},
|
||||
Indexed_selects: utils.BoolPointer(false),
|
||||
Indexed_selects: utils.BoolPointer(true),
|
||||
String_indexed_fields: nil,
|
||||
Prefix_indexed_fields: nil,
|
||||
Suffix_indexed_fields: nil,
|
||||
@@ -550,7 +550,7 @@ func testCfgGetAfterReloadStore(t *testing.T) {
|
||||
"attributes": map[string]interface{}{
|
||||
"admins_conns": []string{"*internal"},
|
||||
"enabled": true,
|
||||
"indexed_selects": false,
|
||||
"indexed_selects": true,
|
||||
"nested_fields": false,
|
||||
"prefix_indexed_fields": []string{},
|
||||
"process_runs": 2,
|
||||
|
||||
Reference in New Issue
Block a user