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:
parent
3c2b415e53
commit
a613e8cb37
4 changed files with 0 additions and 54 deletions
|
|
@ -125,8 +125,6 @@ func mockDepsolve(t *testing.T, workerServer *worker.Server, wg *sync.WaitGroup,
|
|||
Document: sbomDoc,
|
||||
},
|
||||
},
|
||||
Error: "",
|
||||
ErrorType: worker.ErrorType(""),
|
||||
}
|
||||
|
||||
if fail {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue