Remove duplicate locations from failed run SARIF

This commit is contained in:
Henry Mercer 2023-03-24 20:19:37 +00:00
parent ade432fd68
commit c8935d5a9d
9 changed files with 40 additions and 12 deletions

View file

@ -398,7 +398,9 @@ async function testFailedSarifUpload(
databaseExportDiagnosticsStub.calledOnceWith(
config.dbLocation,
sinon.match.string,
category
category,
sinon.match.any,
sinon.match.any
),
`Actual args were: ${databaseExportDiagnosticsStub.args}`
);