Skip to content

Commit 623556f

Browse files
committed
test(output_engine): fixed black and flake8 issues
1 parent 2d48cd1 commit 623556f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_output_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1608,7 +1608,7 @@ def test_html_output_with_non_standard_severity(self):
16081608
html_content = outfile.getvalue()
16091609
# Check that the output contains "HIGH"
16101610
self.assertIn("HIGH", html_content)
1611-
1611+
16121612
def test_output_with_unset_fields(self):
16131613
"""Regression test for unset optional fields (e.g. sbom_serial_number)"""
16141614
fields_to_test = ["sbom_serial_number"]

0 commit comments

Comments
 (0)