Skip to content

Commit a03d01b

Browse files
committed
Fix tests
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent dc19883 commit a03d01b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

vulnerabilities/tests/test_api.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,9 @@ def test_api_with_lesser_and_greater_fixed_by_packages(self):
636636
}
637637
],
638638
"aliases": ["CVE-2020-36518", "GHSA-57j2-w4cx-62h2"],
639+
"risk_score": None,
640+
"exploitability": None,
641+
"weighted_severity": None,
639642
"resource_url": "http://testserver/vulnerabilities/VCID-vul1-vul1-vul1",
640643
}
641644
],
@@ -678,6 +681,9 @@ def test_api_with_lesser_and_greater_fixed_by_packages(self):
678681
},
679682
],
680683
"aliases": ["CVE-2021-46877", "GHSA-3x8x-79m2-3w2w"],
684+
"risk_score": None,
685+
"exploitability": None,
686+
"weighted_severity": None,
681687
"resource_url": "http://testserver/vulnerabilities/VCID-vul3-vul3-vul3",
682688
}
683689
],

0 commit comments

Comments
 (0)