Skip to content

Commit

Permalink
Update packages/dd-trace/test/appsec/rasp/command_injection.integrati…
Browse files Browse the repository at this point in the history
…on.spec.js

Co-authored-by: Carles Capell <107924659+CarlesDD@users.noreply.github.com>
  • Loading branch information
uurien and CarlesDD authored Oct 31, 2024
1 parent 3a1384f commit b47ec4b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ describe('RASP - command_injection - integration', () => {
sandbox = await createSandbox(
['express'],
false,
[path.join(__dirname, 'resources')])
[path.join(__dirname, 'resources')]
)

appPort = await getPort()
cwd = sandbox.folder
Expand Down

0 comments on commit b47ec4b

Please sign in to comment.