Skip to content

Commit

Permalink
Removed console log from test
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxNad committed Mar 7, 2023
1 parent d40802d commit abe2644
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions backend/tests/vulnerability.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,6 @@ module.exports = function(request, app) {
expect(response.body[2].details[0].title).toEqual('Vulnerability Espagnol 1')
expect(response.body[2].details[0].vulnType).toEqual('Web')

console.log(response.body[3].details)
console.log(response.body[3].details[0])

expect(response.body[3].cvssv3).toEqual('CVSS3.0:/AV:A/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:L/E:X/RL:X/RC:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MPR:X/MUI:X/MS:X/MC:X/MI:X/MA:X')
expect(response.body[3].details[0].locale).toEqual('fr')
expect(response.body[3].details[0].title).toEqual('Vulnerability French 1')
Expand Down

0 comments on commit abe2644

Please sign in to comment.