diff --git a/scanners/typo3scan/integration-tests/typo3scan.test.js b/scanners/typo3scan/integration-tests/typo3scan.test.js index ac0b6af7a7..d7caef833a 100644 --- a/scanners/typo3scan/integration-tests/typo3scan.test.js +++ b/scanners/typo3scan/integration-tests/typo3scan.test.js @@ -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, } `); },