fix another mistake in a test

This commit is contained in:
Sonja Happ 2021-04-29 14:23:25 +02:00
parent 6b2677ef63
commit 1fcb799ebc

View file

@ -85,7 +85,7 @@ func TestMain(m *testing.M) {
if err != nil {
panic(m)
}
err = database.InitDB(configuration.GlobalConfig)
err = database.InitDB(configuration.GlobalConfig, "true")
if err != nil {
panic(m)
}