test: Add test IDs (#9205)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user