We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d806a commit a51f3fcCopy full SHA for a51f3fc
vulnerabilities/tests/test_apache_tomcat.py
@@ -31,7 +31,6 @@ def test_method_extract_advisories_from_page():
31
raw_data = f.read()
32
extracted_advisories = ApacheTomcatImporter().extract_advisories_from_page(raw_data)
33
34
- # results = [adv.to_dict() for d in extracted_advisories for adv in d]
35
results = [adv.to_dict() for adv in extracted_advisories]
36
37
expected_file = os.path.join(
0 commit comments