Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
  • Loading branch information
TG1999 committed Nov 20, 2024
1 parent dc19883 commit a03d01b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vulnerabilities/tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
],
Expand Down Expand Up @@ -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",
}
],
Expand Down

0 comments on commit a03d01b

Please sign in to comment.