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 4210df9 commit f55bf33Copy full SHA for f55bf33
test/test_triage.py
@@ -34,8 +34,8 @@ def test_triage():
34
35
with open(OUTPUT_JSON) as f:
36
output_json = json.load(f)
37
- # At least 2 CVEs as number of CVEs could change
38
- assert len(output_json) >= 2
+ # At least 1 CVEs as number of CVEs could change
+ assert len(output_json) >= 1
39
40
# Check output
41
for output in output_json:
0 commit comments