Remove duplicate locations from failed run SARIF
This commit is contained in:
parent
ade432fd68
commit
c8935d5a9d
9 changed files with 40 additions and 12 deletions
|
|
@ -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}`
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue