Port tests to new architecture

This commit is contained in:
2025-05-19 09:17:16 +02:00
parent f30b784f45
commit 99f8187092
3 changed files with 24 additions and 19 deletions

View File

@@ -166,7 +166,7 @@ func TestHandleImportFlag(t *testing.T) {
}
result := readResult(t, testname)
job, err := r.Find(&result.JobId, &result.Cluster, &result.StartTime)
job, err := r.FindCached(&result.JobId, &result.Cluster, &result.StartTime)
if err != nil {
t.Fatal(err)
}