test(managed-files): read the scoped page id from the row's unified_file_id

This commit is contained in:
mateo-berri 2026-08-08 16:34:26 -07:00
parent 508e0dbb35
commit 2112422c71

View file

@ -3119,8 +3119,9 @@ async def test_file_list_cursors_follow_the_owner_scoped_page():
)
managed_row = MagicMock()
managed_row.unified_file_id = "litellm_proxy:mine"
managed_row.file_object = {
"id": "litellm_proxy:mine",
"id": "file-mine",
"bytes": 100,
"created_at": 1,
"filename": "mine.jsonl",