From 569ede73619c80965071b421a401efdf4ac675ee Mon Sep 17 00:00:00 2001 From: Swapna Lekkala Date: Mon, 6 Oct 2025 10:53:04 -0700 Subject: [PATCH] fix --- tests/integration/vector_io/test_openai_vector_stores.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(