Skip to content

Commit

Permalink
test(filesystem): drop folders ignore (#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaFaer authored Jan 31, 2024
1 parent fa10a05 commit 8b4ad00
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/common/storages/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ def assert_sample_files(
assert len(all_file_items) >= 10

for item in all_file_items:
# skip pseudo files that look like folders
if item["file_url"].endswith("/"):
continue
# only accept file items we know
assert item["file_name"] in minimally_expected_file_items

Expand Down

0 comments on commit 8b4ad00

Please sign in to comment.