Skip to content

Commit 2105f37

Browse files
committed
Adjust tests with the latest main
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent ef6ac54 commit 2105f37

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

vulnerabilities/tests/test_data/parse-advisory-npm-expected.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"severities": [
2626
{
2727
"system": "cvssv3",
28-
"value": 3.2
28+
"value": 3.2,
29+
"scoring_elements": ""
2930
}
3031
]
3132
},
@@ -35,7 +36,8 @@
3536
"severities": [
3637
{
3738
"system": "cvssv3",
38-
"value": 3.2
39+
"value": 3.2,
40+
"scoring_elements": ""
3941
}
4042
]
4143
},
@@ -45,7 +47,8 @@
4547
"severities": [
4648
{
4749
"system": "cvssv3",
48-
"value": 3.2
50+
"value": 3.2,
51+
"scoring_elements": ""
4952
}
5053
]
5154
}

0 commit comments

Comments
 (0)