Skip to content

Commit

Permalink
fix(scan): use existing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
derevnjuk authored Jan 24, 2025
1 parent 5b83d00 commit bc897b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scan/src/DefaultScans.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ describe('HttpScans', () => {

const result = await scans.createScan({
name: 'test',
tests: [TestType.DOM_XSS],
tests: [TestType.XSS],
module: Module.DAST
});

Expand Down

0 comments on commit bc897b3

Please sign in to comment.