mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
removed store_session_costs from config/fixed some tests
This commit is contained in:
committed by
Dan Christian Bogos
parent
ac6afdbdc7
commit
fa2c8ebbf3
@@ -142,7 +142,7 @@ func TestMfHttpAgentMultipleFields(t *testing.T) {
|
||||
Filters: []string{"*string:~*req.request_type:OutboundAUTH"},
|
||||
Tenant: NewRSRParsersMustCompile("cgrates.org", true, utils.INFIELD_SEP),
|
||||
Flags: utils.FlagsWithParams{"*accounts": []string{},
|
||||
"*attributes": []string{}, "*auth": []string{}},
|
||||
"*attributes": []string{}, "*authorize": []string{}},
|
||||
RequestFields: []*FCTemplate{
|
||||
{
|
||||
Tag: "RequestType",
|
||||
|
||||
@@ -91,7 +91,6 @@
|
||||
|
||||
"sessions": {
|
||||
"enabled": true,
|
||||
"store_session_costs": true,
|
||||
"listen_bijson": ":4014",
|
||||
"rals_conns": ["*internal"],
|
||||
"cdrs_conns": ["*internal"],
|
||||
|
||||
@@ -59,7 +59,6 @@
|
||||
"stats_conns": ["*localhost"],
|
||||
"thresholds_conns": ["*localhost"],
|
||||
"chargers_conns": ["*internal"],
|
||||
"store_session_costs": true,
|
||||
"debit_interval": "5s",
|
||||
"channel_sync_interval":"7s",
|
||||
},
|
||||
|
||||
@@ -58,7 +58,6 @@
|
||||
"stats_conns": ["*localhost"],
|
||||
"thresholds_conns": ["*localhost"],
|
||||
"chargers_conns": ["*internal"],
|
||||
"store_session_costs": true,
|
||||
"debit_interval": "5s",
|
||||
"channel_sync_interval":"7s",
|
||||
},
|
||||
|
||||
@@ -58,7 +58,6 @@
|
||||
"stats_conns": ["*localhost"],
|
||||
"thresholds_conns": ["*localhost"],
|
||||
"chargers_conns": ["*localhost"],
|
||||
"store_session_costs": true,
|
||||
"debit_interval": "5s",
|
||||
"channel_sync_interval":"7s",
|
||||
},
|
||||
|
||||
@@ -58,7 +58,6 @@
|
||||
"stats_conns": ["*localhost"],
|
||||
"thresholds_conns": ["*localhost"],
|
||||
"chargers_conns": ["*internal"],
|
||||
"store_session_costs": true,
|
||||
"debit_interval": "5s",
|
||||
"channel_sync_interval":"7s",
|
||||
},
|
||||
|
||||
@@ -58,7 +58,6 @@
|
||||
"stats_conns": ["*localhost"],
|
||||
"thresholds_conns": ["*localhost"],
|
||||
"chargers_conns": ["*internal"],
|
||||
"store_session_costs": true,
|
||||
"debit_interval": "5s",
|
||||
"channel_sync_interval":"7s",
|
||||
},
|
||||
|
||||
@@ -58,7 +58,6 @@
|
||||
"stats_conns": ["*localhost"],
|
||||
"thresholds_conns": ["*localhost"],
|
||||
"chargers_conns": ["*localhost"],
|
||||
"store_session_costs": true,
|
||||
"debit_interval": "5s",
|
||||
"channel_sync_interval":"5m",
|
||||
},
|
||||
|
||||
@@ -135,8 +135,8 @@ func testDspChcLoadAfterFolder(t *testing.T) {
|
||||
expStats[utils.CacheAttributeProfiles].Items = 10
|
||||
expStats[utils.CacheChargerProfiles].Items = 2
|
||||
expStats[utils.CacheFilters].Items = 7
|
||||
expStats[utils.CacheRatingPlans].Items = 5
|
||||
expStats[utils.CacheRatingProfiles].Items = 4
|
||||
expStats[utils.CacheRatingPlans].Items = 6
|
||||
expStats[utils.CacheRatingProfiles].Items = 5
|
||||
expStats[utils.CacheResourceProfiles].Items = 1
|
||||
expStats[utils.CacheResources].Items = 1
|
||||
expStats[utils.CacheReverseDestinations].Items = 4
|
||||
|
||||
Reference in New Issue
Block a user