We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 809cd6b commit 34e9364Copy full SHA for 34e9364
1 file changed
unittests/tools/test_github_sast_parser.py
@@ -47,7 +47,6 @@ def test_parse_file_with_multiple_vulns_has_multiple_findings(self):
47
48
def test_parse_file_invalid_format_raises(self):
49
"""Non-list JSON should raise"""
50
-
51
bad_json = io.StringIO('{"not": "a list"}')
52
parser = GithubSASTParser()
53
with self.assertRaises(TypeError):
0 commit comments