mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-12-24 12:29:05 +01:00
Fix repo tests
This commit is contained in:
parent
0a43c4a146
commit
788d2cd61c
@ -14,7 +14,7 @@ import (
|
|||||||
|
|
||||||
func setup(t *testing.T) *JobRepository {
|
func setup(t *testing.T) *JobRepository {
|
||||||
log.Init("info", true)
|
log.Init("info", true)
|
||||||
dbfilepath := "../../test/test.db"
|
dbfilepath := "testdata/test.db"
|
||||||
err := MigrateDB("sqlite3", dbfilepath)
|
err := MigrateDB("sqlite3", dbfilepath)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
|
BIN
internal/repository/testdata/test.db
vendored
Normal file
BIN
internal/repository/testdata/test.db
vendored
Normal file
Binary file not shown.
@ -34,7 +34,7 @@ func setupUserTest(t *testing.T) *UserCfgRepo {
|
|||||||
}`
|
}`
|
||||||
|
|
||||||
log.Init("info", true)
|
log.Init("info", true)
|
||||||
dbfilepath := "../../test/test.db"
|
dbfilepath := "testdata/test.db"
|
||||||
err := MigrateDB("sqlite3", dbfilepath)
|
err := MigrateDB("sqlite3", dbfilepath)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
|
Loading…
Reference in New Issue
Block a user