changing db type constants with leading *

This commit is contained in:
gezimbll
2023-03-03 11:11:58 -05:00
committed by Dan Christian Bogos
parent f9b8fe38b8
commit 5c4bf0e538
31 changed files with 132 additions and 112 deletions

View File

@@ -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: