test: Add test IDs (#9205)

This commit is contained in:
Manuel
2024-07-18 15:41:04 +02:00
committed by GitHub
parent 4b04c2222c
commit 901cff5edd
42 changed files with 302 additions and 282 deletions

View File

@@ -203,7 +203,7 @@ describe('Vulnerabilities', () => {
);
});
it('denies creating a hook with polluted data', async () => {
it_id('e8b5f1e1-8326-4c70-b5f4-1e8678dfff8d')('denies creating a hook with polluted data', async () => {
const express = require('express');
const bodyParser = require('body-parser');
const port = 34567;