Fix tests

This commit is contained in:
2023-02-15 13:07:19 +01:00
parent 033598a656
commit 3b38d8042e
3 changed files with 9 additions and 0 deletions

View File

@@ -8,10 +8,12 @@ import (
"fmt"
"testing"
"github.com/ClusterCockpit/cc-backend/pkg/log"
_ "github.com/mattn/go-sqlite3"
)
func init() {
log.Init("info", true)
Connect("sqlite3", "../../test/test.db")
}