Skip to content

Commit

Permalink
Update unittests/tools/test_progpilot_parser.py
Browse files Browse the repository at this point in the history
Co-authored-by: Charles Neill <1749665+cneill@users.noreply.github.com>
  • Loading branch information
manuel-sommer and cneill committed May 3, 2024
1 parent 30ed9d5 commit a53f9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittests/tools/test_progpilot_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class TestProgpilotParser(DojoTestCase):

def test_crunch42parser_single_has_many_findings(self):
def test_progpilotparser_single_has_many_findings(self):
testfile = open("unittests/scans/progpilot/progpilot.json")
parser = ProgpilotParser()
findings = parser.get_findings(testfile, Test())
Expand Down

0 comments on commit a53f9c8

Please sign in to comment.