mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-13 19:56:38 +05:00
Changed integration tests regarding removal of cdrstorage
This commit is contained in:
committed by
Dan Christian Bogos
parent
ec7b1300b8
commit
5f55546c06
@@ -112,6 +112,7 @@ func TestLoadConfig(t *testing.T) {
|
||||
SQLMaxIdleConns: 10,
|
||||
SSLMode: "disable",
|
||||
MySQLLocation: "Local",
|
||||
SQLDSNParams: make(map[string]string),
|
||||
},
|
||||
}
|
||||
// Loader
|
||||
|
||||
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user