From 8efbd70b4a532fa9f7065ebd767653ac0a23c605 Mon Sep 17 00:00:00 2001 From: Igor Unanua Date: Mon, 7 Oct 2024 14:44:41 +0200 Subject: [PATCH] Cleanup --- .../test/appsec/rasp/lfi.integration.express.plugin.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dd-trace/test/appsec/rasp/lfi.integration.express.plugin.spec.js b/packages/dd-trace/test/appsec/rasp/lfi.integration.express.plugin.spec.js index 257efc3d169..45dc1cac46f 100644 --- a/packages/dd-trace/test/appsec/rasp/lfi.integration.express.plugin.spec.js +++ b/packages/dd-trace/test/appsec/rasp/lfi.integration.express.plugin.spec.js @@ -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) {