From 4ea9a57a9872ec1297d766c1951df0e1e47b3fe6 Mon Sep 17 00:00:00 2001 From: luca-medeiros-reef Date: Fri, 14 Jun 2024 14:55:15 +0900 Subject: [PATCH] linting --- test/unit/scan/test_folder_traversal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/scan/test_folder_traversal.py b/test/unit/scan/test_folder_traversal.py index 078a1393..d791dcd0 100644 --- a/test/unit/scan/test_folder_traversal.py +++ b/test/unit/scan/test_folder_traversal.py @@ -709,7 +709,7 @@ def test_excluded_without_permissions(self, tmp_path): # Restore directory permissions to clean up (included_dir / "excluded_file.txt").chmod(0o755) excluded_dir.chmod(0o755) - + # Check that only included_dir/included_file.txt was return assert any('included_file.txt' in path for path in absolute_paths)