mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-08 13:00:52 +00:00
fix
This commit is contained in:
parent
827529bd03
commit
569ede7361
1 changed files with 2 additions and 2 deletions
|
@ -1015,8 +1015,8 @@ def test_openai_vector_store_file_batch_list_files(compat_client_with_empty_stor
|
|||
limit=3,
|
||||
)
|
||||
|
||||
assert len(limited_response.data) == 3
|
||||
assert limited_response.has_more is True
|
||||
assert len(limited_response.data) == 2
|
||||
assert limited_response.has_more is False
|
||||
|
||||
# Test pagination with after cursor
|
||||
first_page = compat_client.vector_stores.file_batches.list_files(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue