Skip to content

Commit

Permalink
adds tests for filter
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Aug 14, 2024
1 parent ea6766e commit bdc5bd1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions services/storage/tests/unit/test_handlers_files_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ async def test_get_files_metadata(
.with_query(user_id=f"{user_id}")
)

# TODO: test values for
# expand_dirs
# uuid_filter
# project_id

# this should return an empty list
response = await client.get(f"{url}")
data, error = await assert_status(response, status.HTTP_200_OK)
Expand Down

0 comments on commit bdc5bd1

Please sign in to comment.