Skip to content

Commit 23d98ee

Browse files
committed
Fixing keyword space
1 parent c0a1e1c commit 23d98ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/tools/test_fortify_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def test_fortify_webinspect_4_2_many_findings(self):
133133
self.assertEqual("Medium", finding.severity)
134134

135135
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:
136+
with (get_unit_tests_scans_path("fortify") / "fortify_suppressed_with_comments.fpr").open(encoding="utf-8") as testfile:
137137
parser = FortifyParser()
138138
findings = parser.get_findings(testfile, Test())
139139
self.assertEqual(4, len(findings))

0 commit comments

Comments
 (0)