Skip to content

Commit a51f3fc

Browse files
committed
Clean test file #970
Reference: #970 Signed-off-by: John M. Horan <[email protected]>
1 parent b8d806a commit a51f3fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vulnerabilities/tests/test_apache_tomcat.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def test_method_extract_advisories_from_page():
3131
raw_data = f.read()
3232
extracted_advisories = ApacheTomcatImporter().extract_advisories_from_page(raw_data)
3333

34-
# results = [adv.to_dict() for d in extracted_advisories for adv in d]
3534
results = [adv.to_dict() for adv in extracted_advisories]
3635

3736
expected_file = os.path.join(

0 commit comments

Comments
 (0)