Skip to content

Commit 897f93d

Browse files
committed
pass UUID as string
1 parent 17f704b commit 897f93d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/storage/tests/unit/test_handlers_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1510,7 +1510,7 @@ async def test_listing_with_project_id_filter(
15101510

15111511
query = {
15121512
"user_id": user_id,
1513-
"project_id": project_id,
1513+
"project_id": f"{project_id}",
15141514
"uuid_filter": project_file_name if uuid_filter else None,
15151515
}
15161516

0 commit comments

Comments
 (0)