We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f82f10 commit e449b0aCopy full SHA for e449b0a
packages/dd-trace/test/appsec/iast/taint-tracking/plugin.spec.js
@@ -118,7 +118,7 @@ describe('IAST Taint tracking plugin', () => {
118
}
119
120
taintTrackingPlugin._taintTrackingHandler(originType, objToBeTainted, propertyToBeTainted)
121
- expect(taintTrackingOperations.taintObject).to.not.be.called
+ expect(taintTrackingOperations.taintObject).not.to.be.called
122
})
123
124
it('Should taint request parameter when qs event is published', () => {
0 commit comments