diff --git a/unittests/tools/test_ptart_parser.py b/unittests/tools/test_ptart_parser.py index f78226091f..83be6417b3 100644 --- a/unittests/tools/test_ptart_parser.py +++ b/unittests/tools/test_ptart_parser.py @@ -410,7 +410,6 @@ def test_ptart_parser_tools_parse_references_from_hit(self): } self.assertEqual("Reference1: https://ref.example.com\nReference: https://ref3.example.com", parse_references_from_hit(hit)) - def test_ptart_parser_with_empty_json_throws_error(self): with open("unittests/scans/ptart/empty_with_error.json", encoding="utf-8") as testfile: parser = PTARTParser()