renamed dbType *sql to *mysql

This commit is contained in:
adragusin
2020-01-29 15:49:41 +02:00
committed by Dan Christian Bogos
parent de4f60ecda
commit 35e5fb2f9d
97 changed files with 110 additions and 109 deletions

View File

@@ -59,7 +59,7 @@ func TestLoaderIT(t *testing.T) {
switch *dbType {
case utils.MetaInternal:
loaderConfigDIR = "tutinternal"
case utils.MetaSQL:
case utils.MetaMySQL:
loaderConfigDIR = "tutmysql"
case utils.MetaMongo:
loaderConfigDIR = "tutmongo"