Skip to content

Commit 08e8fe5

Browse files
committed
#1771 Updated typo3scan snapshots after upgrade
Ref: #1771 Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
1 parent 01a1d52 commit 08e8fe5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scanners/typo3scan/integration-tests/typo3scan.test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ test(
1616
90
1717
);
1818

19-
expect(count).toBe(18);
19+
expect(count).toBe(24);
2020
expect(categories).toMatchInlineSnapshot(`
2121
{
22-
"Vulnerability": 18,
22+
"Vulnerability": 24,
2323
}
2424
`);
2525
expect(severities).toMatchInlineSnapshot(`
2626
{
27-
"high": 18,
27+
"high": 24,
2828
}
2929
`);
3030
},

0 commit comments

Comments
 (0)