Skip to content

Commit

Permalink
✏️
Browse files Browse the repository at this point in the history
  • Loading branch information
quirinziessler committed Feb 12, 2024
1 parent a0e5c1b commit 4662f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittests/tools/test_snyk_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def test_snykcode_issue_9270(self):
self.assertEqual(39, len(findings))

def test_snykcode_issue_9270_epss(self):
with open("unittests/scans/snyk/snykcode_issue_epss.json") as testfile:
with open("unittests/scans/snyk/snykcontainer_issue_epss.json") as testfile:
parser = SnykParser()
findings = parser.get_findings(testfile, Test())
self.assertEqual(1, len(findings))
Expand Down

0 comments on commit 4662f95

Please sign in to comment.