mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Update a couple of failing tests
This commit is contained in:
committed by
Dan Christian Bogos
parent
6d61fd479d
commit
94429d8f76
@@ -140,7 +140,7 @@ func testTutSMGCacheStats(t *testing.T) {
|
||||
expectedStats[utils.CacheReverseDestinations].Items = 7
|
||||
expectedStats[utils.CacheRatingPlans].Items = 4
|
||||
expectedStats[utils.CacheRatingProfiles].Items = 5
|
||||
expectedStats[utils.CacheActions].Items = 9
|
||||
expectedStats[utils.CacheActions].Items = 10
|
||||
expectedStats[utils.CacheActionPlans].Items = 4
|
||||
expectedStats[utils.CacheSharedGroups].Items = 1
|
||||
expectedStats[utils.CacheResourceProfiles].Items = 3
|
||||
|
||||
@@ -90,6 +90,7 @@ func TestDataDBReload(t *testing.T) {
|
||||
Name: "10",
|
||||
User: "cgrates",
|
||||
Opts: &config.DataDBOpts{
|
||||
MongoConnScheme: "mongodb",
|
||||
RedisMaxConns: 10,
|
||||
RedisConnectAttempts: 20,
|
||||
RedisSentinel: "",
|
||||
|
||||
Reference in New Issue
Block a user