From a03d01b9ab608346fc367336f00aff854490fc6a Mon Sep 17 00:00:00 2001 From: Tushar Goel Date: Wed, 20 Nov 2024 14:01:43 +0530 Subject: [PATCH] Fix tests Signed-off-by: Tushar Goel --- vulnerabilities/tests/test_api.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vulnerabilities/tests/test_api.py b/vulnerabilities/tests/test_api.py index 1ded8c824..06ae64fcb 100644 --- a/vulnerabilities/tests/test_api.py +++ b/vulnerabilities/tests/test_api.py @@ -636,6 +636,9 @@ def test_api_with_lesser_and_greater_fixed_by_packages(self): } ], "aliases": ["CVE-2020-36518", "GHSA-57j2-w4cx-62h2"], + "risk_score": None, + "exploitability": None, + "weighted_severity": None, "resource_url": "http://testserver/vulnerabilities/VCID-vul1-vul1-vul1", } ], @@ -678,6 +681,9 @@ def test_api_with_lesser_and_greater_fixed_by_packages(self): }, ], "aliases": ["CVE-2021-46877", "GHSA-3x8x-79m2-3w2w"], + "risk_score": None, + "exploitability": None, + "weighted_severity": None, "resource_url": "http://testserver/vulnerabilities/VCID-vul3-vul3-vul3", } ],