mirror of https://github.com/statping/statping
logs tab - database config optimized - log file fixed
parent
aa8aacc634
commit
96c4c24247
|
@ -217,7 +217,7 @@ func RunMySQLMakeConfig(t *testing.T, db string) {
|
|||
assert.Nil(t, err)
|
||||
assert.Equal(t, db, core.Configs.Connection)
|
||||
|
||||
err = core.DbConnection(core.Configs.Connection)
|
||||
err = core.DbConnection(core.Configs.Connection, false)
|
||||
assert.Nil(t, err)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue