Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-medeiros-reef committed Jun 14, 2024
1 parent 08011a4 commit 4ea9a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/scan/test_folder_traversal.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 4ea9a57

Please sign in to comment.