From 94429d8f76dc28b2bf56a970c2fb9b4e57705d62 Mon Sep 17 00:00:00 2001 From: ionutboangiu Date: Fri, 22 Mar 2024 14:39:17 -0400 Subject: [PATCH] Update a couple of failing tests --- general_tests/tut_smgeneric_it_test.go | 2 +- services/datadb_it_test.go | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/general_tests/tut_smgeneric_it_test.go b/general_tests/tut_smgeneric_it_test.go index 907610084..99ccd28dd 100644 --- a/general_tests/tut_smgeneric_it_test.go +++ b/general_tests/tut_smgeneric_it_test.go @@ -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 diff --git a/services/datadb_it_test.go b/services/datadb_it_test.go index 7b1f06ceb..d7c8174fa 100644 --- a/services/datadb_it_test.go +++ b/services/datadb_it_test.go @@ -90,6 +90,7 @@ func TestDataDBReload(t *testing.T) { Name: "10", User: "cgrates", Opts: &config.DataDBOpts{ + MongoConnScheme: "mongodb", RedisMaxConns: 10, RedisConnectAttempts: 20, RedisSentinel: "",