Skip to content

Commit

Permalink
Disable AppsecFsPlugin for test
Browse files Browse the repository at this point in the history
  • Loading branch information
iunanua committed Aug 26, 2024
1 parent 994bb8b commit 771abff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/dd-trace/test/appsec/response_blocking.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const path = require('path')
const WafContext = require('../../src/appsec/waf/waf_context_wrapper')
const blockingResponse = JSON.parse(require('../../src/appsec/blocked_templates').json)
const fs = require('fs')
const { disable: disableFsPlugin } = require('../../src/appsec/fs-plugin')

describe('HTTP Response Blocking', () => {
let server
Expand Down Expand Up @@ -55,6 +56,8 @@ describe('HTTP Response Blocking', () => {
rules: path.join(__dirname, 'response_blocking_rules.json')
}
}))

disableFsPlugin()
})

beforeEach(() => {
Expand Down

0 comments on commit 771abff

Please sign in to comment.