mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
changing db type constants with leading *
This commit is contained in:
committed by
Dan Christian Bogos
parent
f9b8fe38b8
commit
5c4bf0e538
@@ -61,10 +61,10 @@ func TestVrsIT(t *testing.T) {
|
||||
t.SkipNow() // as is commented below
|
||||
case utils.MetaMySQL:
|
||||
vrsConfigDIR = "tutmysql"
|
||||
vrsStorageType = utils.Redis
|
||||
vrsStorageType = utils.MetaRedis
|
||||
case utils.MetaMongo:
|
||||
vrsConfigDIR = "tutmongo"
|
||||
vrsStorageType = utils.Mongo
|
||||
vrsStorageType = utils.MetaMongo
|
||||
case utils.MetaPostgres:
|
||||
t.SkipNow()
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user