Skip to content

Commit 76c32e9

Browse files
committed
indentation requirements
Signed-off-by: Harsh Verma <harshkardam246@gmail.com>
1 parent efee7d5 commit 76c32e9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scanpipe/tests/pipes/test_vulnerablecode.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ def test_scanpipe_pipes_vulnerablecode_fetch_vulnerabilities(
6666

6767
@mock.patch("scanpipe.pipes.vulnerablecode.bulk_search_by_purl")
6868
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.
69+
"""
70+
fetch_vulnerabilities must not crash when bulk_search_by_purl returns None.
7071
7172
This happens when VulnerableCode is unreachable or returns an error,
7273
causing request_post() to return None implicitly.

0 commit comments

Comments
 (0)