mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Solve the remaining compilation errors and replace SSLMode with PgSSLMode
This commit is contained in:
committed by
Dan Christian Bogos
parent
aaea87eb33
commit
62e878574e
@@ -48,7 +48,7 @@ func TestNewSQLeUrl(t *testing.T) {
|
||||
cgrCfg := config.NewDefaultCGRConfig()
|
||||
cgrCfg.EEsCfg().Exporters[0].Opts.SQLTableName = utils.StringPointer("expTable")
|
||||
cgrCfg.EEsCfg().Exporters[0].Opts.SQLDBName = utils.StringPointer("postgres")
|
||||
cgrCfg.EEsCfg().Exporters[0].Opts.SSLMode = utils.StringPointer("test")
|
||||
cgrCfg.EEsCfg().Exporters[0].Opts.PgSSLMode = utils.StringPointer("test")
|
||||
sqlEe := &SQLEe{
|
||||
cfg: cgrCfg.EEsCfg().Exporters[0],
|
||||
reqs: newConcReq(0),
|
||||
|
||||
Reference in New Issue
Block a user