Changed integration tests regarding removal of cdrstorage

This commit is contained in:
andronache98
2022-01-12 17:40:17 +02:00
committed by Dan Christian Bogos
parent ec7b1300b8
commit 5f55546c06
2 changed files with 3 additions and 0 deletions

View File

@@ -112,6 +112,7 @@ func TestLoadConfig(t *testing.T) {
SQLMaxIdleConns: 10,
SSLMode: "disable",
MySQLLocation: "Local",
SQLDSNParams: make(map[string]string),
},
}
// Loader

View File

@@ -310,6 +310,7 @@ func testCGRConfigReloadStatS(t *testing.T) {
ProfileIDs: []*utils.DynamicStringSliceOpt{},
ProfileIgnoreFilters: []*utils.DynamicBoolOpt{},
RoundingDecimals: []*utils.DynamicIntOpt{},
PrometheusStatIDs: []*utils.DynamicStringSliceOpt{},
},
}
if !reflect.DeepEqual(expAttr, cfg.StatSCfg()) {
@@ -383,6 +384,7 @@ func testCGRConfigReloadSupplierS(t *testing.T) {
Limit: []*utils.DynamicIntPointerOpt{},
Offset: []*utils.DynamicIntPointerOpt{},
Usage: []*utils.DynamicDecimalBigOpt{},
MaxItems: []*utils.DynamicIntPointerOpt{},
},
}
if !reflect.DeepEqual(expAttr, cfg.RouteSCfg()) {