Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
iunanua committed Oct 7, 2024
1 parent d6ffbb1 commit 8efbd70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('RASP - lfi - integration - sync', () => {
await agent.stop()
})

it('should block using pg.Client and unhandled promise', async () => {
it('should block a sync endpoint getting the error from apm:express:middleware:error', async () => {
try {
await axios.get('/lfi/sync?file=/etc/passwd')
} catch (e) {
Expand Down

0 comments on commit 8efbd70

Please sign in to comment.