Skip to content

Commit

Permalink
removed store_session_costs from config/fixed some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adragusin authored and danbogos committed Mar 30, 2020
1 parent ac6afdb commit fa2c8eb
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion config/multifiles_it_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion data/conf/samples/gocs/us_site/cgrates.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@

"sessions": {
"enabled": true,
"store_session_costs": true,
"listen_bijson": ":4014",
"rals_conns": ["*internal"],
"cdrs_conns": ["*internal"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"stats_conns": ["*localhost"],
"thresholds_conns": ["*localhost"],
"chargers_conns": ["*internal"],
"store_session_costs": true,
"debit_interval": "5s",
"channel_sync_interval":"7s",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"stats_conns": ["*localhost"],
"thresholds_conns": ["*localhost"],
"chargers_conns": ["*internal"],
"store_session_costs": true,
"debit_interval": "5s",
"channel_sync_interval":"7s",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"stats_conns": ["*localhost"],
"thresholds_conns": ["*localhost"],
"chargers_conns": ["*localhost"],
"store_session_costs": true,
"debit_interval": "5s",
"channel_sync_interval":"7s",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"stats_conns": ["*localhost"],
"thresholds_conns": ["*localhost"],
"chargers_conns": ["*internal"],
"store_session_costs": true,
"debit_interval": "5s",
"channel_sync_interval":"7s",
},
Expand Down
1 change: 0 additions & 1 deletion data/tutorials/fs_evsock/cgrates/etc/cgrates/cgrates.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"stats_conns": ["*localhost"],
"thresholds_conns": ["*localhost"],
"chargers_conns": ["*internal"],
"store_session_costs": true,
"debit_interval": "5s",
"channel_sync_interval":"7s",
},
Expand Down
1 change: 0 additions & 1 deletion data/tutorials/kamevapi/cgrates/etc/cgrates/cgrates.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"stats_conns": ["*localhost"],
"thresholds_conns": ["*localhost"],
"chargers_conns": ["*localhost"],
"store_session_costs": true,
"debit_interval": "5s",
"channel_sync_interval":"5m",
},
Expand Down
4 changes: 2 additions & 2 deletions dispatchers/caches_it_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa2c8eb

Please sign in to comment.