Skip to content

Commit 3f7bc24

Browse files
committed
Fix linting
1 parent 04f4159 commit 3f7bc24

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

integration-tests/appsec/index.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,9 +352,9 @@ describe('RASP', () => {
352352
describe('extended data collection', () => {
353353
startServer(false)
354354

355-
it('should report body request', async() => {
355+
it('should report body request', async () => {
356356
const requestBody = { host: 'localhost/ifconfig.pro' }
357-
try{
357+
try {
358358
await axios.post('/ssrf', requestBody)
359359
} catch (e) {
360360
if (!e.response) {

0 commit comments

Comments
 (0)