Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update test_mend_platform_api3_parser.py
Browse files Browse the repository at this point in the history
testaccount90009 committed Nov 14, 2024
1 parent fd76af6 commit 9f3d41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittests/tools/test_mend_platform_api3_parser.py
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ def test_parse_file_with_one_vuln_has_one_findings(self):

def test_parse_file_with_multiple_vuln_has_multiple_finding(self):
with open(
get_unit_tests_path() + "unittests/scans/mend_platform_api3/mend-sca-platform-api3-five-findings.json", encoding="utf-8",
get_unit_tests_path() + "unittests/scans/mend_platform_api3/mend-sca-platform-api3-five-findings.json", encoding="utf-8"

Check failure on line 27 in unittests/tools/test_mend_platform_api3_parser.py

GitHub Actions / ruff-linting

Ruff (COM812)

unittests/tools/test_mend_platform_api3_parser.py:27:133: COM812 Trailing comma missing
) as testfile:
parser = MendPlatformApi3Parser()
findings = parser.get_findings(testfile, Test())

0 comments on commit 9f3d41e

Please sign in to comment.