We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 827529b commit 569ede7Copy full SHA for 569ede7
tests/integration/vector_io/test_openai_vector_stores.py
@@ -1015,8 +1015,8 @@ def test_openai_vector_store_file_batch_list_files(compat_client_with_empty_stor
1015
limit=3,
1016
)
1017
1018
- assert len(limited_response.data) == 3
1019
- assert limited_response.has_more is True
+ assert len(limited_response.data) == 2
+ assert limited_response.has_more is False
1020
1021
# Test pagination with after cursor
1022
first_page = compat_client.vector_stores.file_batches.list_files(
0 commit comments