Skip to content

Commit

Permalink
Rewrite expect in taint tracking plugin test
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlesDD committed Jun 13, 2023
1 parent 6700768 commit 10ca2be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ describe('IAST Taint tracking plugin', () => {
}

taintTrackingPlugin._taintTrackingHandler(originType, objToBeTainted, propertyToBeTainted)
expect(taintTrackingOperations.taintObject).to.not.be.called
expect(taintTrackingOperations.taintObject).not.to.be.called
})

it('Should taint request parameter when qs event is published', () => {
Expand Down

0 comments on commit 10ca2be

Please sign in to comment.