We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04f4159 commit 3f7bc24Copy full SHA for 3f7bc24
1 file changed
integration-tests/appsec/index.spec.js
@@ -352,9 +352,9 @@ describe('RASP', () => {
352
describe('extended data collection', () => {
353
startServer(false)
354
355
- it('should report body request', async() => {
+ it('should report body request', async () => {
356
const requestBody = { host: 'localhost/ifconfig.pro' }
357
- try{
+ try {
358
await axios.post('/ssrf', requestBody)
359
} catch (e) {
360
if (!e.response) {
0 commit comments