Bugs fixed in unit tests and archiver init

This commit is contained in:
2024-08-28 12:26:35 +02:00
parent db5809d522
commit f305863616
4 changed files with 18 additions and 12 deletions

View File

@@ -156,6 +156,7 @@ func setup(t *testing.T) *api.RestApi {
t.Fatal(err)
}
archiver.Start(repository.GetJobRepository())
auth.Init()
graph.Init()