Loading tests/test_findings_parsing.py +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ def find_nessus_test_files() -> List[str]: def find_burp_test_files() -> List[str]: answer = [str(x) for x in Path('tests/test_files/scanner_results').rglob('*/burp/*.xml')] answer = [str(x) for x in Path('tests/test_files/scanner_results').rglob('*.xml')] answer = skip_and_anotate_problematic_test_files(answer) return answer Loading Loading
tests/test_findings_parsing.py +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ def find_nessus_test_files() -> List[str]: def find_burp_test_files() -> List[str]: answer = [str(x) for x in Path('tests/test_files/scanner_results').rglob('*/burp/*.xml')] answer = [str(x) for x in Path('tests/test_files/scanner_results').rglob('*.xml')] answer = skip_and_anotate_problematic_test_files(answer) return answer Loading