diff --git a/tests/integration/vector_io/test_openai_vector_stores.py b/tests/integration/vector_io/test_openai_vector_stores.py index 5f3ba2f93..ccb62c2fe 100644 --- a/tests/integration/vector_io/test_openai_vector_stores.py +++ b/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 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(