DepsolveJobResult: Remove unused Error and ErrorType

These fields are not set by the depsolve job, they are only set and used
in tests so remove them. Errors are reported in the result.JobError

Related: Related: RHEL-60125
This commit is contained in:
Brian C. Lane 2025-01-28 10:10:42 -08:00 committed by Tomáš Hozza
parent 3c2b415e53
commit a613e8cb37
4 changed files with 0 additions and 54 deletions

View file

@ -125,8 +125,6 @@ func mockDepsolve(t *testing.T, workerServer *worker.Server, wg *sync.WaitGroup,
Document: sbomDoc,
},
},
Error: "",
ErrorType: worker.ErrorType(""),
}
if fail {