ci: Fix test exclusion list in combination with other exclusions (#9277)
This commit is contained in:
@@ -203,7 +203,7 @@ describe('Vulnerabilities', () => {
|
||||
);
|
||||
});
|
||||
|
||||
it_id('e8b5f1e1-8326-4c70-b5f4-1e8678dfff8d')('denies creating a hook with polluted data', async () => {
|
||||
it_id('e8b5f1e1-8326-4c70-b5f4-1e8678dfff8d')(it)('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