mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00
fix another mistake in a test
This commit is contained in:
parent
6b2677ef63
commit
1fcb799ebc
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue