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 efee7d5 commit 76c32e9Copy full SHA for 76c32e9
1 file changed
scanpipe/tests/pipes/test_vulnerablecode.py
@@ -66,7 +66,8 @@ def test_scanpipe_pipes_vulnerablecode_fetch_vulnerabilities(
66
67
@mock.patch("scanpipe.pipes.vulnerablecode.bulk_search_by_purl")
68
def test_fetch_vulnerabilities_handles_none_response(self, mock_search_by_purl):
69
- """fetch_vulnerabilities must not crash when bulk_search_by_purl returns None.
+ """
70
+ fetch_vulnerabilities must not crash when bulk_search_by_purl returns None.
71
72
This happens when VulnerableCode is unreachable or returns an error,
73
causing request_post() to return None implicitly.
0 commit comments