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

@@ -57,7 +57,7 @@ func TestTutorial2(t *testing.T) {
switch *dbType {
case utils.MetaInternal:
tutCfgDir = "tutinternal"
case utils.MetaSQL:
case utils.MetaMySQL:
tutCfgDir = "tutmysql2"
case utils.MetaMongo:
tutCfgDir = "tutmongo2"