From 08e8fe59ada7010f4ac8d07d6b31a582ee0def40 Mon Sep 17 00:00:00 2001 From: Ilyes Ben Dlala Date: Fri, 30 Jun 2023 13:29:01 +0200 Subject: [PATCH] #1771 Updated typo3scan snapshots after upgrade Ref: https://github.com/secureCodeBox/secureCodeBox/pull/1771 Signed-off-by: Ilyes Ben Dlala --- scanners/typo3scan/integration-tests/typo3scan.test.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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, } `); },