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 c0a1e1c commit 23d98eeCopy full SHA for 23d98ee
unittests/tools/test_fortify_parser.py
@@ -133,7 +133,7 @@ def test_fortify_webinspect_4_2_many_findings(self):
133
self.assertEqual("Medium", finding.severity)
134
135
def test_fortify_fpr_suppressed_finding(self):
136
- with(get_unit_tests_scans_path("fortify") / "fortify_suppressed_with_comments.fpr").open(encoding="utf-8") as testfile:
+ with (get_unit_tests_scans_path("fortify") / "fortify_suppressed_with_comments.fpr").open(encoding="utf-8") as testfile:
137
parser = FortifyParser()
138
findings = parser.get_findings(testfile, Test())
139
self.assertEqual(4, len(findings))
0 commit comments