Skip to content

Commit

Permalink
#1771 Updated typo3scan snapshots after upgrade
Browse files Browse the repository at this point in the history
Ref: #1771

Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
  • Loading branch information
Ilyesbdlala committed Jun 30, 2023
1 parent 01a1d52 commit 08e8fe5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scanners/typo3scan/integration-tests/typo3scan.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ test(
90
);

expect(count).toBe(18);
expect(count).toBe(24);
expect(categories).toMatchInlineSnapshot(`
{
"Vulnerability": 18,
"Vulnerability": 24,
}
`);
expect(severities).toMatchInlineSnapshot(`
{
"high": 18,
"high": 24,
}
`);
},
Expand Down

0 comments on commit 08e8fe5

Please sign in to comment.