mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
test(managed-files): read the scoped page id from the row's unified_file_id
This commit is contained in:
parent
508e0dbb35
commit
2112422c71
1 changed files with 2 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue