mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-01-28 15:01:46 +01:00
Unify JSON attribute naming ot use kebab style case. Cleanup configuration.
This commit is contained in:
@@ -19,7 +19,7 @@ func setup(tb testing.TB) *repository.JobRepository {
|
||||
dbfile := "../repository/testdata/job.db"
|
||||
err := repository.MigrateDB(dbfile)
|
||||
noErr(tb, err)
|
||||
repository.Connect("sqlite3", dbfile)
|
||||
repository.Connect(dbfile)
|
||||
return repository.GetJobRepository()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user