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

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